diff options
Diffstat (limited to 'src/theme_builder/components/properties/PointPropertyEditor.cpp')
-rw-r--r-- | src/theme_builder/components/properties/PointPropertyEditor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theme_builder/components/properties/PointPropertyEditor.cpp b/src/theme_builder/components/properties/PointPropertyEditor.cpp index 9b5a5e83..702b26e8 100644 --- a/src/theme_builder/components/properties/PointPropertyEditor.cpp +++ b/src/theme_builder/components/properties/PointPropertyEditor.cpp @@ -24,7 +24,7 @@ PointPropertyEditor::PointPropertyEditor() { }); } -PointPropertyEditor::~PointPropertyEditor() { container_.RemoveFromParent(); } +PointPropertyEditor::~PointPropertyEditor() {} void PointPropertyEditor::SetValue(const ui::Point& point, bool trigger_change) { |