mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 17:36:08 +08:00
Preset dialog is no longer modal, permitting manipulation of the plater view while the editor is open.
This commit is contained in:
parent
bcd8603785
commit
fccdd12fba
@ -811,7 +811,7 @@ sub show_preset_editor {
|
|||||||
$preset_editor->on_save_preset($cb);
|
$preset_editor->on_save_preset($cb);
|
||||||
|
|
||||||
if ($dlg) {
|
if ($dlg) {
|
||||||
$dlg->ShowModal;
|
$dlg->Show;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user