[Kstars-devel] branches/KDE/4.3/kdeedu/kstars/kstars
Akarsh Simha
akarshsimha at gmail.com
Wed Jul 1 09:19:54 CEST 2009
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 );
}
More information about the Kstars-devel
mailing list