aboutsummaryrefslogtreecommitdiff
path: root/src/theme_builder/components/properties/ThicknessPropertyEditor.cpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-02-12 21:38:34 +0800
committercrupest <crupest@outlook.com>2022-02-12 21:38:34 +0800
commit947664150cf0ae96cbffffe431107ec28d85d9cc (patch)
tree829662c5d18aa378d1b59be1381a63107008b890 /src/theme_builder/components/properties/ThicknessPropertyEditor.cpp
parentb7946e28a08c945e26d39f095d2e55c952a936c4 (diff)
downloadcru-947664150cf0ae96cbffffe431107ec28d85d9cc.tar.gz
cru-947664150cf0ae96cbffffe431107ec28d85d9cc.tar.bz2
cru-947664150cf0ae96cbffffe431107ec28d85d9cc.zip
...
Diffstat (limited to 'src/theme_builder/components/properties/ThicknessPropertyEditor.cpp')
-rw-r--r--src/theme_builder/components/properties/ThicknessPropertyEditor.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/theme_builder/components/properties/ThicknessPropertyEditor.cpp b/src/theme_builder/components/properties/ThicknessPropertyEditor.cpp
index 3121d288..56374e86 100644
--- a/src/theme_builder/components/properties/ThicknessPropertyEditor.cpp
+++ b/src/theme_builder/components/properties/ThicknessPropertyEditor.cpp
@@ -23,7 +23,9 @@ ThicknessPropertyEditor::ThicknessPropertyEditor() {
});
}
-ThicknessPropertyEditor::~ThicknessPropertyEditor() {}
+ThicknessPropertyEditor::~ThicknessPropertyEditor() {
+ container_.RemoveFromParent();
+}
void ThicknessPropertyEditor::SetThickness(const ui::Thickness &thickness) {
thickness_ = thickness;