diff --git a/lib/Slic3r/GUI/Plater.pm b/lib/Slic3r/GUI/Plater.pm index 9154acee3..21078818d 100644 --- a/lib/Slic3r/GUI/Plater.pm +++ b/lib/Slic3r/GUI/Plater.pm @@ -811,7 +811,7 @@ sub show_preset_editor { $preset_editor->on_save_preset($cb); if ($dlg) { - $dlg->ShowModal; + $dlg->Show; } }); }