Skip to content

Commit

Permalink
slic3r: Fix PopupWindow dropdown menus do not display #4201
Browse files Browse the repository at this point in the history
  • Loading branch information
gw0 authored and lanewei120 committed Jan 14, 2025
1 parent b99bc41 commit 98bfabd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/slic3r/GUI/Widgets/PopupWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,5 @@ PopupWindow::~PopupWindow()
void PopupWindow::topWindowActivate(wxActivateEvent &event)
{
event.Skip();
if (!event.GetActive() && IsShown()) DismissAndNotify();
}
#endif

0 comments on commit 98bfabd

Please sign in to comment.