[Kstars-devel] KDE/kdeedu/kstars/kstars/tools
Akarsh Simha
akarshsimha at gmail.com
Sat Jul 12 08:30:10 CEST 2008
SVN commit 831209 by asimha:
Restoring cursor to normal after computation completes in the
Conjunction tool.
CCMAIL: kstars-devel at kde.org
M +1 -0 conjunctions.cpp
--- trunk/KDE/kdeedu/kstars/kstars/tools/conjunctions.cpp #831208:831209
@@ -124,6 +124,7 @@
showConjunctions(ksc.findClosestApproach(*Object1, *Object2, startJD, stopJD, maxSeparation));
ComputeStack->setCurrentIndex( 0 );
+ QApplication::restoreOverrideCursor();
delete Object1;
delete Object2;
More information about the Kstars-devel
mailing list