mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
ConfigWizard: Fix a memory access issue between PageMaterial instances
This commit is contained in:
parent
eb93d2a32d
commit
eda01341d0
2 changed files with 13 additions and 15 deletions
|
@ -466,7 +466,7 @@ struct ConfigWizard::priv
|
|||
void set_start_page(ConfigWizard::StartPage start_page);
|
||||
void create_3rdparty_pages();
|
||||
void set_run_reason(RunReason run_reason);
|
||||
void update_materials();
|
||||
void update_materials(Technology technology);
|
||||
|
||||
void on_custom_setup();
|
||||
void on_printer_pick(PagePrinters *page, const PrinterPickerEvent &evt);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue