diff options
Diffstat (limited to 'src/theme_builder/components/properties/TextPropertyEditor.cpp')
-rw-r--r-- | src/theme_builder/components/properties/TextPropertyEditor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theme_builder/components/properties/TextPropertyEditor.cpp b/src/theme_builder/components/properties/TextPropertyEditor.cpp index 916e907b..9854019c 100644 --- a/src/theme_builder/components/properties/TextPropertyEditor.cpp +++ b/src/theme_builder/components/properties/TextPropertyEditor.cpp @@ -12,7 +12,7 @@ TextPropertyEditor::TextPropertyEditor() { }); } -TextPropertyEditor::~TextPropertyEditor() { container_.RemoveFromParent(); } +TextPropertyEditor::~TextPropertyEditor() {} bool TextPropertyEditor::Validate(StringView text, String* error_message) { return true; |