From 2d6a5b2616896fad3ffc6c5222e670fb2dce0d99 Mon Sep 17 00:00:00 2001 From: doitux Date: Wed, 23 May 2007 22:52:56 +0000 Subject: [PATCH] fullscreen "F" fix --- src/gui/qt/mainwindow/mainwindowimpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/qt/mainwindow/mainwindowimpl.cpp b/src/gui/qt/mainwindow/mainwindowimpl.cpp index 6b3ea54d..d81c0f34 100755 --- a/src/gui/qt/mainwindow/mainwindowimpl.cpp +++ b/src/gui/qt/mainwindow/mainwindowimpl.cpp @@ -2427,7 +2427,7 @@ void mainWindowImpl::keyPressEvent ( QKeyEvent * event ) { if (event->key() == Qt::Key_F3) { pushButton_BetRaise->click(); } if (event->key() == Qt::Key_F10) { switchLeftToolBox(); } if (event->key() == Qt::Key_F11) { switchRightToolBox(); } - if (event->key() == Qt::Key_F) { switchFullscreen(); } //f +// if (event->key() == Qt::Key_F) { switchFullscreen(); } //f // if (event->key() == Qt::Key_S) { showMyCards(); } //f if (event->key() == 16777249) { pushButton_break->click();