slic3r: Fix PopupWindow dropdown menus do not display #4201

This commit is contained in:
gw0 2025-01-06 11:44:23 +01:00 committed by Lane.Wei
parent b99bc4164d
commit 98bfabdd1c
1 changed files with 0 additions and 1 deletions

View File

@ -32,6 +32,5 @@ PopupWindow::~PopupWindow()
void PopupWindow::topWindowActivate(wxActivateEvent &event)
{
event.Skip();
if (!event.GetActive() && IsShown()) DismissAndNotify();
}
#endif