Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > tainted-updates-src > by-pkgid > 619fa2d993234133bafbd9442b9be517 > files > 1

vlc-2.2.3-1.mga5.tainted.src.rpm

diff --git a/modules/gui/qt4/main_interface.cpp b/modules/gui/qt4/main_interface.cpp
index 8c911e8..7bf51fc 100644
--- a/modules/gui/qt4/main_interface.cpp
+++ b/modules/gui/qt4/main_interface.cpp
@@ -612,7 +612,12 @@ void MainInterface::debug()
 #endif
 }
 
-inline void MainInterface::showVideo() { showTab( videoWidget ); setRaise(); }
+inline void MainInterface::showVideo() {
+    showTab( videoWidget );
+#if 0
+    setRaise();
+#endif
+}
 inline void MainInterface::restoreStackOldWidget()
             { showTab( stackCentralOldWidget ); }