Preset dialog is no longer modal, permitting manipulation of the plater view while the editor is open.

This commit is contained in:
Joseph Lenox 2017-06-03 16:49:31 -05:00
parent bcd8603785
commit fccdd12fba

View File

@ -811,7 +811,7 @@ sub show_preset_editor {
$preset_editor->on_save_preset($cb);
if ($dlg) {
$dlg->ShowModal;
$dlg->Show;
}
});
}