fixed lang, notifywindow init and sendToMenu hiding not in windows

This commit is contained in:
John Preston
2014-07-18 15:12:18 +04:00
parent 070ea58a53
commit 41c1effb4a
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -446,7 +446,7 @@ void FlatTextarea::keyPressEvent(QKeyEvent *e) {
emit submitted();
} else if (e->key() == Qt::Key_Escape) {
emit cancelled();
} else if (e->key() == Qt::Key_Tab || ctrl && e->key() == Qt::Key_Backtab) {
} else if (e->key() == Qt::Key_Tab || (ctrl && e->key() == Qt::Key_Backtab)) {
if (ctrl) {
e->ignore();
} else {