mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-08 18:48:04 +00:00
In wxWidgets 3.3, wxWindow::Raise() no longer implies Show(). Add explicit Show() before Raise() in two event handlers that activate the main frame from another instance (load model, start download), and swap the Show/Raise order in bring_instance_forward() so Show() precedes Raise().