]> git.lyx.org Git - features.git/commitdiff
amend 4d991120
authorGuillaume Munch <gm@lyx.org>
Sun, 18 Sep 2016 13:43:26 +0000 (14:43 +0100)
committerGuillaume Munch <gm@lyx.org>
Sun, 18 Sep 2016 13:43:26 +0000 (14:43 +0100)
src/frontends/qt4/Menus.cpp

index 11ea996a26c7fba842f8f01e6162f21f50b58518..78639b9e35b3aa83ec71952139a9c44904123190 100644 (file)
@@ -1959,6 +1959,7 @@ void Menus::Impl::macxMenuBarInit(QMenuBar * qmb)
                                             QString(), qMenu);
                action->setMenuRole(entries[i].role);
                qMenu->addAction(action);
+               ++i;
        }
 }