diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-10-24 21:14:59 -0200 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-10-24 21:14:59 -0200 |
commit | 39a34b99185b3c046fb4427d07dd333575962e29 (patch) | |
tree | 6654d829e82410a6ab0525d2273aeb523f124523 /Project/TransferFunction.h | |
parent | 43f947856a6ce58fb5b168680c53fd7652f63f46 (diff) | |
download | PSP.git-39a34b99185b3c046fb4427d07dd333575962e29.tar.gz PSP.git-39a34b99185b3c046fb4427d07dd333575962e29.tar.xz PSP.git-39a34b99185b3c046fb4427d07dd333575962e29.zip |
A lot of text bugfixes
Diffstat (limited to 'Project/TransferFunction.h')
-rw-r--r-- | Project/TransferFunction.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Project/TransferFunction.h b/Project/TransferFunction.h index af84ba5..364298e 100644 --- a/Project/TransferFunction.h +++ b/Project/TransferFunction.h @@ -21,7 +21,7 @@ #include "ControlElement.h" #include <wx/dcscreen.h> -#include "wxGLString.h" +#include "OpenGLText.h" class TransferFunctionForm; @@ -84,8 +84,8 @@ class TransferFunction : public ControlElement wchar_t m_supNumber[10]; - wxGLString* m_glStringNum = NULL; - wxGLString* m_glStringDen = NULL; + OpenGLText* m_glTextNum = NULL; + OpenGLText* m_glTextDen = NULL; int m_fontSize = 10; std::vector<double> m_numerator; |