mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 21:27:52 -06:00
OnActivate handler to:
1) Process delayed error messages from background processing 2) Set keyboard focus to the 3D scene if no wx window has keyboard focus.
This commit is contained in:
parent
35b4777e0e
commit
435b5394f7
4 changed files with 43 additions and 5 deletions
|
@ -151,6 +151,8 @@ public:
|
|||
|
||||
void on_extruders_change(int extruders_count);
|
||||
void on_config_change(const DynamicPrintConfig &config);
|
||||
// On activating the parent window.
|
||||
void on_activate();
|
||||
|
||||
void update_object_menu();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue