[Kst] extragear/graphics/kst/src/libkstapp

Barth Netterfield netterfield at astro.utoronto.ca
Fri Oct 20 14:58:50 CEST 2006


SVN commit 597466 by netterfield:

BUG: 135992

These lines got recently deleted... anyone know why?



 M  +2 -0      kst2dplot.cpp  


--- trunk/extragear/graphics/kst/src/libkstapp/kst2dplot.cpp #597465:597466
@@ -6473,6 +6473,7 @@
         min -= fabs(min) * 0.01;
       }
     }
+    setXScale(min, max);
   }
 }
 
@@ -6495,6 +6496,7 @@
         min -= fabs(min) * 0.01;
       }
     }
+    setYScale(min, max);
   }
 }
 


More information about the Kst mailing list