[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/kst/portto4/kst/src/libkstapp
From:       Barth Netterfield <netterfield () astro ! utoronto ! ca>
Date:       2012-06-18 22:38:34
Message-ID: 20120618223834.C0E11AC779 () svn ! kde ! org
[Download RAW message or body]

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);
 }
 
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic