https://bugs.kde.org/show_bug.cgi?id=376961
--- Comment #2 from Harald Sitter <sit...@kde.org> --- (In reply to Hrishikesh Barman from comment #1) > I have been looking into the code, can anyone help me with where should I > start. I've tried understanding the top down approach from the main.cpp to > partToolbar.cpp and the fullScreenToolBarHandler.cpp. It will be helpful if > someone can point me where the code for keyboard shortcut ctrl+m exists. In MainWindow::setupActions. That probably won't help because none of the logic lives there though, only the shortcut setup. The code actually managing the menubar show/hide is in the framework kxmlgui in the file kmainwindow.cpp. FWIW, since this is entirely controlled by the that framework I'd first have a look if other applications with this feature work as expected. If not, the chances are high that the bug is in fact in the framework and not how dragon uses it. -- You are receiving this mail because: You are watching all bug changes.