From 947664150cf0ae96cbffffe431107ec28d85d9cc Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 12 Feb 2022 21:38:34 +0800 Subject: ... --- src/theme_builder/components/properties/PointPropertyEditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/theme_builder/components/properties/PointPropertyEditor.cpp') diff --git a/src/theme_builder/components/properties/PointPropertyEditor.cpp b/src/theme_builder/components/properties/PointPropertyEditor.cpp index a8549c8d..dde97b79 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() {} +PointPropertyEditor::~PointPropertyEditor() { container_.RemoveFromParent(); } void PointPropertyEditor::SetPoint(const ui::Point& point) { point_ = point; -- cgit v1.2.3