Commit 1b99dcea authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: raise window when video Widget is shown

parent e0e95c4a
......@@ -541,7 +541,7 @@ void MainInterface::debug()
#endif
}
inline void MainInterface::showVideo() { showTab( videoWidget ); }
inline void MainInterface::showVideo() { showTab( videoWidget ); setRaise(); }
inline void MainInterface::restoreStackOldWidget()
{ showTab( stackCentralOldWidget ); }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment