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