소스 검색

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

gxalpha 2 년 전
부모
커밋
b1c96bba86
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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)