summaryrefslogtreecommitdiffstats
path: root/Project/Text.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Text.h')
-rw-r--r--Project/Text.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Project/Text.h b/Project/Text.h
index 98aeb65..80f35fa 100644
--- a/Project/Text.h
+++ b/Project/Text.h
@@ -80,6 +80,8 @@ class Text : public Element
protected:
wxString m_text = _("Text");
+ std::vector<wxString> m_multlineText;
+ bool m_isMultlineText = false;
int m_fontSize = 10;
Element* m_element = NULL;