1 Jul 09:19
branches/KDE/4.3/kdeedu/kstars/kstars
Akarsh Simha <akarshsimha <at> gmail.com>
2009-07-01 07:19:54 GMT
2009-07-01 07:19:54 GMT
SVN commit 989844 by asimha:
Applying a fix for bug 120581 in the KDE 4.3 branch.
This is an upstream issue, which we however decided to work-around in
the KDE 4.3 branch, so that users could benefit.
Many thanks to Eckhart Woerner for the patch.
CCBUG: 120581
CCMAIL: kstars-devel <at> kde.org
M +2 -2 skymap.cpp
--- branches/KDE/4.3/kdeedu/kstars/kstars/skymap.cpp #989843:989844
@@ -1664,8 +1664,8 @@
p.drawLine (mx + 2, my - 2, mx + 8, mx - 8);
p.end();
- cursorPix.setMask( mask ); // set the mask
- QCursor cursor( cursorPix );
+ //cursorPix.setMask( mask ); // set the mask
+ QCursor cursor( cursorPix, mask );
setCursor( cursor );
}
RSS Feed