mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-10 00:59:10 +08:00
Do not display the progress dialog as an application-wide modal dialog; modal to the parent window is enough. #189
This commit is contained in:
parent
e1042c6065
commit
cc040df42a
@ -183,7 +183,7 @@ sub do_slice {
|
|||||||
|
|
||||||
# show processbar dialog
|
# show processbar dialog
|
||||||
$process_dialog = Wx::ProgressDialog->new('Slicing...', "Processing $input_file_basename...",
|
$process_dialog = Wx::ProgressDialog->new('Slicing...', "Processing $input_file_basename...",
|
||||||
100, $self, wxPD_APP_MODAL);
|
100, $self, 0);
|
||||||
$process_dialog->Pulse;
|
$process_dialog->Pulse;
|
||||||
|
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user