From: Norbert Moutarde Date: Sun, 13 Mar 2016 12:54:29 +0000 (+0100) Subject: I've fixed the "actionmenu" ... X-Git-Url: https://git.nothing2do.fr/?a=commitdiff_plain;h=ed1f6ab73383aa112a77a478717985033326658b;p=diary-mobile.git I've fixed the "actionmenu" ... --- diff --git a/mainwindow.cpp b/mainwindow.cpp index 2b6d93f..599677a 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -904,7 +904,9 @@ void MainWindow::keyReleaseEvent(QKeyEvent *event) action(beforekey); beforekey.clear(); }; - accepted=true; + //accepted=true; + }else{ + accepted=false; } } else if(k==Qt::Key_Back){