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/CheckBoxPropertyEditor.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/theme_builder/components/properties/CheckBoxPropertyEditor.cpp') diff --git a/src/theme_builder/components/properties/CheckBoxPropertyEditor.cpp b/src/theme_builder/components/properties/CheckBoxPropertyEditor.cpp index 2e921f96..3b96b716 100644 --- a/src/theme_builder/components/properties/CheckBoxPropertyEditor.cpp +++ b/src/theme_builder/components/properties/CheckBoxPropertyEditor.cpp @@ -15,9 +15,7 @@ CheckBoxPropertyEditor::CheckBoxPropertyEditor() { }); } -CheckBoxPropertyEditor::~CheckBoxPropertyEditor() { - container_.RemoveFromParent(); -} +CheckBoxPropertyEditor::~CheckBoxPropertyEditor() {} void CheckBoxPropertyEditor::SetValue(bool value, bool trigger_change) { if (!trigger_change) suppress_next_change_event_ = true; -- cgit v1.2.3