diff options
Diffstat (limited to 'lyt/textbox.cpp')
-rw-r--r-- | lyt/textbox.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lyt/textbox.cpp b/lyt/textbox.cpp index e1b640e..e943963 100644 --- a/lyt/textbox.cpp +++ b/lyt/textbox.cpp @@ -21,6 +21,7 @@ LYTTextBox::LYTTextBox(LYTLayout &layout) : LYTPane(layout) { + m_type = TextBoxType; } |