[Kst] branches/work/kst/portto4/kst/src/libkstapp

Barth Netterfield netterfield at astro.utoronto.ca
Mon Jun 18 22:38:34 UTC 2012


SVN commit 1301739 by netterfield:

Allow SVG and pixmap view objects to have adjustable aspect ratios.


 M  +1 -1      pictureitem.cpp  
 M  +1 -1      svgitem.cpp  


--- branches/work/kst/portto4/kst/src/libkstapp/pictureitem.cpp #1301738:1301739
@@ -31,7 +31,7 @@
   }
   setTypeName("Picture");
   setLockAspectRatio(true);
-  setLockAspectRatioFixed(true);
+  //setLockAspectRatioFixed(true);
 }
 
 
--- branches/work/kst/portto4/kst/src/libkstapp/svgitem.cpp #1301738:1301739
@@ -38,7 +38,7 @@
   }
   setTypeName("Svg");
   setLockAspectRatio(true);
-  setLockAspectRatioFixed(true);
+  //setLockAspectRatioFixed(true);
 }
 
 


More information about the Kst mailing list