From 39a34b99185b3c046fb4427d07dd333575962e29 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Tue, 24 Oct 2017 21:14:59 -0200 Subject: A lot of text bugfixes --- Project/TransferFunction.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Project/TransferFunction.h') 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 -#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 m_numerator; -- cgit