mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-16 08:12:39 -07:00
Fixed regression preventing to load config files from GUI. #336
This commit is contained in:
@@ -307,7 +307,7 @@ sub load_config {
|
||||
local $SIG{__WARN__} = Slic3r::GUI::warning_catcher($self);
|
||||
Slic3r::Config->load($file);
|
||||
};
|
||||
$self->catch_error();
|
||||
Slic3r::GUI::catch_error($self);
|
||||
$_->() for @Slic3r::GUI::OptionsGroup::reload_callbacks;
|
||||
}
|
||||
$dlg->Destroy;
|
||||
|
||||
Reference in New Issue
Block a user