[Kstars-devel] KDE/kdeedu/kstars/kstars

Jason Harris kstars at 30doradus.org
Fri Apr 25 03:49:08 CEST 2008


SVN commit 800861 by harris:

Fix to previous commit for scaling star images when printing the sky.
I forgot to reset the star image scaling if the user did not switch color schemes 
when printing.

The printing code has gotten pretty complicated, it would be nice to go through and 
streamline it.

CCMAIL: kstars-devel at kde.org



 M  +1 -0      skymapdraw.cpp  


--- trunk/KDE/kdeedu/kstars/kstars/skymapdraw.cpp #800860:800861
@@ -596,6 +596,7 @@
 
     //Reset scale for screen drawing
     m_Scale = 1.0;
+    StarObject::initImages();
 }
 
 void SkyMap::setMapGeometry() {


More information about the Kstars-devel mailing list