aboutsummaryrefslogtreecommitdiff
path: root/src/ui/components/Select.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/components/Select.cpp')
-rw-r--r--src/ui/components/Select.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/components/Select.cpp b/src/ui/components/Select.cpp
index 6a316717..90b49d30 100644
--- a/src/ui/components/Select.cpp
+++ b/src/ui/components/Select.cpp
@@ -13,7 +13,7 @@ Select::Select() {
});
}
-Select::~Select() { button_.RemoveFromParent(); }
+Select::~Select() {}
void Select::SetItems(std::vector<String> items) {
items_ = items;