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/IOControl.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Project/IOControl.h') diff --git a/Project/IOControl.h b/Project/IOControl.h index 084367d..3f59a73 100644 --- a/Project/IOControl.h +++ b/Project/IOControl.h @@ -21,7 +21,7 @@ #include "ControlElement.h" #include -#include "wxGLString.h" +#include "OpenGLText.h" class IOControlForm; @@ -73,8 +73,7 @@ class IOControl : public ControlElement Node::NodeType m_ioNodeType = Node::NODE_IN; - wxGLString* m_glStringValue = NULL; - int m_fontSize = 10; + OpenGLText* m_glText = NULL; }; #endif // IOCONTROL_H -- cgit