From fccdd12fba788537673d0faba42c61af54956415 Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Sat, 3 Jun 2017 16:49:31 -0500 Subject: [PATCH] Preset dialog is no longer modal, permitting manipulation of the plater view while the editor is open. --- lib/Slic3r/GUI/Plater.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }); }