[Kalzium] [Bug 112414] Glossary: Always select active item
Pino Toscano
toscano.pino at tiscali.it
Tue Feb 13 16:24:15 CET 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=112414
toscano.pino tiscali it changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From toscano.pino tiscali it 2007-02-13 16:24 -------
SVN commit 633229 by pino:
Visually select the new item when switching to another item through the References links.
BUG: 112414
M +6 -1 kdeeduglossary.cpp
--- branches/KDE/3.5/kdeedu/libkdeedu/kdeeduui/kdeeduglossary.cpp #633228:633229
@ -241,7 +241,12 @
}
++it;
}
- slotClicked( found );
+ if ( found )
+ {
+ m_glosstree->ensureItemVisible( found );
+ m_glosstree->setCurrentItem( found );
+ slotClicked( found );
+ }
}
void GlossaryDialog::updateTree()
More information about the Kalzium
mailing list