[Digikam-devel] [Bug 147362] tool-tip for zoom indicator is below the screen if window is maximised
Gilles Caulier
caulier.gilles at gmail.com
Sat Jul 21 20:23:10 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=147362
caulier.gilles gmail com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From caulier.gilles gmail com 2007-07-21 21:23 -------
SVN commit 690669 by cgilles:
digikam from KDE3 branch : fix cursor tracker tooltip position to be always visible with zoom slider.
BUG: 147362
M +1 -1 dcursortracker.cpp
--- branches/extragear/kde3/graphics/digikam/libs/widgets/common/dcursortracker.cpp #690668:690669
@ -69,7 +69,7 @
(event->stateAfter() & LeftButton)))
{
show();
- move(event->globalPos().x() + 15, event->globalPos().y() + 15);
+ move(event->globalPos().x() + 15, event->globalPos().y() - 15);
}
else
{
More information about the Digikam-devel
mailing list