diff --git a/ResultDialog.cpp b/ResultDialog.cpp index 3917799..3ed3420 100644 --- a/ResultDialog.cpp +++ b/ResultDialog.cpp @@ -103,6 +103,10 @@ void ResultDialog::showResult (ProcessingItem item) { show (); adjustSize (); +#ifdef Q_OS_LINUX + hide (); // buggy otherwise (on some systems) + show (); +#endif QDesktopWidget *desktop = QApplication::desktop (); Q_CHECK_PTR (desktop);