Summary: | Ctrl-M doesn't toggle appearance of menu bar. | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Mikolaj Machowski <mikmach> |
Component: | Usability-Menus | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 8.4.0 | |
Sentry Crash Report: |
Description
Mikolaj Machowski
2007-04-25 11:11:59 UTC
Mik, Same problem as SaveAs() method from Image Editor. The action to hide/show Menu bar is created by a method from KMainWindow class into KDE API : void DigikamApp::setupActions() { ... // Provides a menu entry that allows showing/hiding the toolbar(s) setStandardToolBarMenuEnabled(true); ... } Look here for details : http://api.kde.org/3.5-api/kdelibs-apidocs/kdeui/html/classKMainWindow.html#a26 KDE API need to be fixed to provide the right shorcut for this action... Please report this problem into KDE core part of bugzilla. Gilles |