aboutsummaryrefslogtreecommitdiff
path: root/src/theme_builder/components/properties/CheckBoxPropertyEditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theme_builder/components/properties/CheckBoxPropertyEditor.cpp')
-rw-r--r--src/theme_builder/components/properties/CheckBoxPropertyEditor.cpp4
1 files changed, 1 insertions, 3 deletions
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;