[Digikam-devel] [Bug 147771] menubar missing after full-screen, quite, restart
Arnd Baecker
arnd.baecker at web.de
Fri Jul 13 08:17:54 BST 2007
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=147771
arnd.baecker web de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
everconfirmed|0 |1
------- Additional Comments From arnd.baecker web de 2007-07-13 09:17 -------
I did a bit more tests, and it turns out that
even after slotToggleFullScreen();
the MenuBar entry is still disabled.
A workaround is to do
d->config->setGroup("MainWindow");
d->config->writeEntry("MenuBar", "Enabled");
d->config->writeEntry("StatusBar", "Enabled");
but this is an evil hack, in particular because it
does not bring the window size back to normal.
I discussed this issue with Gilles on the IRC,
who concluded that this is not that easy to fix.
So it has to be addressed by slot/signal experts (i.e not me ;-).
More information about the Digikam-devel
mailing list