mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-03 02:22:46 +00:00
Fix: Dialog initialization ordering on OS X
Perform update_check after MainFrame is created
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user