[Digikam-devel] [Bug 166472] Thumbnail bar gone in image editor when switching back from fullscreen
Andi Clemens
andi.clemens at gmx.net
Wed Jul 16 12:52:44 BST 2008
------- 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=166472
------- Additional Comments From andi.clemens gmx net 2008-07-16 13:52 -------
A simple
Index: showfoto/showfoto.cpp
===================================================================
--- showfoto/showfoto.cpp (revision 831859)
+++ showfoto/showfoto.cpp (working copy)
@ -628,7 +628,7 @
d->rightSidebar->restore();
// If Hide Thumbbar option is checked, restore it.
- if (!d->showBarAction->isChecked())
+ if (d->showBarAction->isChecked())
d->thumbBar->show();
}
else
would do the trick... should I commit this?
More information about the Digikam-devel
mailing list