From 77e0fd5cf7dd35324a7c3a43f2004fb923c6254c Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 16 Feb 2022 23:41:28 +0800 Subject: ... --- src/theme_builder/components/properties/TextPropertyEditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/theme_builder/components/properties/TextPropertyEditor.cpp') 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; -- cgit v1.2.3