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/Constant.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Project/Constant.h') diff --git a/Project/Constant.h b/Project/Constant.h index 367916d..abc7871 100644 --- a/Project/Constant.h +++ b/Project/Constant.h @@ -21,7 +21,7 @@ #include "ControlElement.h" #include -#include "wxGLString.h" +#include "OpenGLText.h" class ConstantForm; @@ -53,8 +53,7 @@ class Constant : public ControlElement protected: double m_value = 1.0; - wxGLString* m_glStringValue = NULL; - int m_fontSize = 10; + OpenGLText* m_glText = NULL; }; #endif // CONSTANT_H -- cgit