Skip to content

Commit

Permalink
Qt: raise window when video Widget is shown
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkempf committed May 20, 2014
1 parent e0e95c4 commit 1b99dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gui/qt4/main_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 ); }

Expand Down

0 comments on commit 1b99dce

Please sign in to comment.