Browse Source

UI: Re-raise remux dialog after selecting file on macOS

gxalpha 2 years ago
parent
commit
b1c96bba86
1 changed files with 4 additions and 0 deletions
  1. 4 0
      UI/window-remux.cpp

+ 4 - 0
UI/window-remux.cpp

@@ -235,6 +235,10 @@ void RemuxEntryPathItemDelegate::handleBrowse(QWidget *container)
 			container->setProperty(PATH_LIST_PROP, paths);
 			isSet = true;
 		}
+#ifdef __APPLE__
+		// TODO: Revisit when QTBUG-42661 is fixed
+		container->window()->raise();
+#endif
 	}
 
 	if (isSet)