Do not display the progress dialog as an application-wide modal dialog; modal to the parent window is enough. #189

degen-loop-screen
Henrik Brix Andersen 2012-02-05 14:23:15 +01:00
parent e1042c6065
commit cc040df42a
1 changed files with 1 additions and 1 deletions

View File

@ -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;
{