Changeset 445ca096797ccb88c61ccb8d0d4ea287ca11eee0

Show
Ignore:
Timestamp:
05/09/08 08:57:56 (3 months ago)
Author:
Jean-Baptiste Kempf <jb@videolan.org>
git-committer:
Jean-Baptiste Kempf <jb@videolan.org> 1220597876 -0700
git-parent:

[ed98d997c9fea2f18b13022888ea2bf00ae12b59]

git-author:
Jean-Baptiste Kempf <jb@videolan.org> 1220516762 -0700
Message:

Only Ctrl+H should make you quit minimalView mode
(cherry picked from commit c31d99fdf67fbc9060fb9f413d06b0acf4efc1b6)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/gui/qt4/main_interface.cpp

    rbc2e324 r445ca09  
    11371137void MainInterface::keyPressEvent( QKeyEvent *e ) 
    11381138{ 
    1139     if( ( e->modifiers() &  Qt::ControlModifier ) && ( e->key() & Qt::Key_H ) 
     1139    if( ( e->modifiers() &  Qt::ControlModifier ) && ( e->key() == Qt::Key_H ) 
    11401140          && menuBar()->isHidden() ) 
    11411141    {