[Digikam-devel] [Bug 116346] Displaying problems with the left sidebar.
Joern Ahrens
joern.ahrens at kdemail.net
Sat Nov 19 10:21:07 GMT 2005
------- 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=116346
joern.ahrens kdemail net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From joern.ahrens kdemail net 2005-11-19 11:21 -------
SVN commit 481497 by jahrens:
The initial widget wasn't properly set if the sitebar was started minimized.
BUG: 116346
M +7 -1 sidebar.cpp
--- trunk/extragear/graphics/digikam/libs/widgets/sidebar.cpp #481496:481497
@ -75,7 +75,13 @
minimized = config->readNumEntry("Minimized", m_minimizedDefault);
if(minimized)
+ {
m_activeTab = tab;
+ setTab(m_activeTab, true);
+ m_stack->raiseWidget(m_activeTab);
+
+ emit signalChangedTab(m_stack->visibleWidget());
+ }
else
m_activeTab = -1;
@ -135,7 +141,7 @
m_stack->raiseWidget(m_activeTab);
if(m_minimized)
- expand();
+ expand();
emit signalChangedTab(m_stack->visibleWidget());
}
More information about the Digikam-devel
mailing list