mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-01 04:21:59 +08:00
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)
|
||||
{
|
||||
event.Skip();
|
||||
if (!event.GetActive() && IsShown()) DismissAndNotify();
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user