mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +00: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:
@@ -183,7 +183,7 @@ sub do_slice {
|
||||
|
||||
# show processbar dialog
|
||||
$process_dialog = Wx::ProgressDialog->new('Slicing...', "Processing $input_file_basename...",
|
||||
100, $self, wxPD_APP_MODAL);
|
||||
100, $self, 0);
|
||||
$process_dialog->Pulse;
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user