[Digikam-devel] [Bug 147362] tool-tip for zoom indicator is below the screen if window is maximised

Fabien fabien.ubuntu at gmail.com
Tue Jul 3 16:24: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=147362         




------- Additional Comments From fabien.ubuntu gmail com  2007-07-03 17:24 -------
Ok, so I did some tests and I changed the value so that the tool-tip is just above the pointer.
I tried to create a snapshot, but we can't see the pointer :(

It's much better like that in my opinion.

If it's ok for you, I'll commit the fix to svn.



Index: dcursortracker.cpp
===================================================================
--- dcursortracker.cpp  (revision 682745)
+++ dcursortracker.cpp  (working copy)
 @ -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