Bug 144648 - Ctrl-M doesn't toggle appearance of menu bar
Summary: Ctrl-M doesn't toggle appearance of menu bar
Status: RESOLVED NOT A BUG
Alias: None
Product: digikam
Classification: Applications
Component: Usability-Menus (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-25 11:11 UTC by Mikolaj Machowski
Modified: 2017-07-29 06:22 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mikolaj Machowski 2007-04-25 11:11:59 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

Ctrl-M doesn't toggle appearance of menu bar as specified by KDE HIG
Comment 1 caulier.gilles 2007-05-21 12:57:34 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