Changeset 445ca096797ccb88c61ccb8d0d4ea287ca11eee0
- 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
| rbc2e324 |
r445ca09 |
|
| 1137 | 1137 | void MainInterface::keyPressEvent( QKeyEvent *e ) |
|---|
| 1138 | 1138 | { |
|---|
| 1139 | | if( ( e->modifiers() & Qt::ControlModifier ) && ( e->key() & Qt::Key_H ) |
|---|
| | 1139 | if( ( e->modifiers() & Qt::ControlModifier ) && ( e->key() == Qt::Key_H ) |
|---|
| 1140 | 1140 | && menuBar()->isHidden() ) |
|---|
| 1141 | 1141 | { |
|---|