diff --git a/src/gui/drop_down_list.cpp b/src/gui/drop_down_list.cpp index ea155c7d..d1f59ad5 100644 --- a/src/gui/drop_down_list.cpp +++ b/src/gui/drop_down_list.cpp @@ -144,7 +144,7 @@ void DropDownList::hide(bool event, bool allow_veto) { void DropDownList::realHide() { if (!IsShown()) return; - Window::Hide(); + Dismiss(); onHide(); hideSubMenu(); if (parent_menu) {