slic3r: Fix PopupWindow dropdown menus do not display #4201
This commit is contained in:
parent
b99bc4164d
commit
98bfabdd1c
|
@ -32,6 +32,5 @@ PopupWindow::~PopupWindow()
|
||||||
void PopupWindow::topWindowActivate(wxActivateEvent &event)
|
void PopupWindow::topWindowActivate(wxActivateEvent &event)
|
||||||
{
|
{
|
||||||
event.Skip();
|
event.Skip();
|
||||||
if (!event.GetActive() && IsShown()) DismissAndNotify();
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue