[Digikam-devel] [Bug 147771] menubar missing after full-screen, quite, restart
Arnd Baecker
arnd.baecker at web.de
Wed Jul 11 14:19:30 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
------- Additional Comments From arnd.baecker web de 2007-07-11 15:19 -------
Ok, thanks for the comments.
I had a look into this to get a quick fix.
However, this modification
void DigikamApp::slotExit()
{
if (d->fullScreen) {
slotToggleFullScreen();
d->config->sync();
}
close();
}
did not do the job. Presumably this comes too late. Gilles, do you have different place in mind? Or is it the right place, but the wrong calls?
More information about the Digikam-devel
mailing list