mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 05:07:51 -06:00
Fix: Dialog initialization ordering on OS X
Perform update_check after MainFrame is created
This commit is contained in:
parent
2e061994d4
commit
aef0c489e3
5 changed files with 38 additions and 18 deletions
|
@ -101,6 +101,7 @@ PresetBundle::~PresetBundle()
|
|||
void PresetBundle::reset(bool delete_files)
|
||||
{
|
||||
// Clear the existing presets, delete their respective files.
|
||||
this->vendors.clear();
|
||||
this->prints .reset(delete_files);
|
||||
this->filaments.reset(delete_files);
|
||||
this->printers .reset(delete_files);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue