[Kstars-devel] kdeedu/kstars/kstars/tools
Jason Harris
kstars at 30doradus.org
Wed Jul 14 07:52:32 CEST 2004
CVS commit by harris:
Fixing Bug #85110 (Clicking Coordinate Converters keeps adding right panel in calculator)
Thank you for finding and reporting this bug!
CCMAIL: kstars-devel at kde.org
CCMAIL: 85110-done at bugs.kde.org
M +1 -1 astrocalc.cpp 1.31
--- kdeedu/kstars/kstars/tools/astrocalc.cpp #1.30:1.31
@@ -247,5 +247,5 @@ void AstroCalc::genSolarText(void)
void AstroCalc::delRightPanel(void)
{
- if (rightPanel <= 3)
+ if (rightPanel <= CoordText)
delete splashScreen;
else if (rightPanel == JD)
More information about the Kstars-devel
mailing list