mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 17:27:52 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue