diff options
Diffstat (limited to 'src/theme_builder/components/stylers/CompoundStylerEditor.cpp')
-rw-r--r-- | src/theme_builder/components/stylers/CompoundStylerEditor.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/theme_builder/components/stylers/CompoundStylerEditor.cpp b/src/theme_builder/components/stylers/CompoundStylerEditor.cpp index 69fd0824..568c34f3 100644 --- a/src/theme_builder/components/stylers/CompoundStylerEditor.cpp +++ b/src/theme_builder/components/stylers/CompoundStylerEditor.cpp @@ -20,9 +20,7 @@ CompoundStylerEditorChild::CompoundStylerEditorChild( [this] { this->remove_event_.Raise(nullptr); }); } -CompoundStylerEditorChild::~CompoundStylerEditorChild() { - container_.RemoveFromParent(); -} +CompoundStylerEditorChild::~CompoundStylerEditorChild() {} CompoundStylerEditor::CompoundStylerEditor() { SetLabel(u"Compound Styler"); |