small blink-chat fix

This commit is contained in:
doitux
2007-05-25 18:14:52 +00:00
parent a6ea197a43
commit 4a66146c25
4 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -2458,7 +2458,7 @@ void mainWindowImpl::keyPressEvent ( QKeyEvent * event ) {
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_S) { myChat->checkInvisible(); } //f
if (event->key() == Qt::Key_S) { myChat->checkInvisible(); } //f
if (event->key() == 16777249) {
pushButton_break->click();
ctrlPressed = TRUE;