Keep FP chooser on top of KiCad but not system
We don't need to float the window over other programs, so setting to parental floating keeps it focused just the right amount Fixes https://gitlab.com/kicad/code/kicad/-/issues/16840
This commit is contained in:
parent
b649932dbf
commit
60f59ae851
|
@ -71,7 +71,7 @@ END_EVENT_TABLE()
|
|||
|
||||
|
||||
#define MODAL_FRAME ( wxRESIZE_BORDER | wxSYSTEM_MENU | wxCAPTION | wxCLOSE_BOX | wxCLIP_CHILDREN \
|
||||
| wxWANTS_CHARS | wxFRAME_NO_TASKBAR | wxSTAY_ON_TOP )
|
||||
| wxWANTS_CHARS | wxFRAME_NO_TASKBAR | wxFRAME_FLOAT_ON_PARENT )
|
||||
|
||||
|
||||
FOOTPRINT_CHOOSER_FRAME::FOOTPRINT_CHOOSER_FRAME( KIWAY* aKiway, wxWindow* aParent ) :
|
||||
|
|
Loading…
Reference in New Issue