[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:24:07 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 caulier.gilles gmail com  2007-07-21 21:24 -------
SVN commit 690670 by cgilles:

digiKam from trunk (KDE4): backport KDE3 fix.
CCBUGS: 147362


 M  +1 -1      dcursortracker.cpp  


--- trunk/extragear/graphics/digikam/libs/widgets/common/dcursortracker.cpp #690669:690670
 @ -72,7 +72,7  @
                             (event->buttons() & Qt::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