Show the window before calling Part::openUrl, so that KMessageBoxes have a visible parent

remotes/origin/dont-use-docdata-for-annots-and-forms
Fabio D'Urso 12 years ago
parent e059d2652c
commit dc655cf348
  1. 2
      shell/shell.cpp

@ -215,8 +215,8 @@ void Shell::openUrl( const KUrl & url, const QString &serializedOptions )
else
{
Shell* newShell = new Shell( serializedOptions );
newShell->openUrl( url, serializedOptions );
newShell->show();
newShell->openUrl( url, serializedOptions );
}
}
}

Loading…
Cancel
Save