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

Barth Netterfield netterfield at astro.utoronto.ca
Tue Jun 19 23:43:54 UTC 2012


SVN commit 1302006 by netterfield:

Line item dialog did not allow 'lock to data' mode to be turned off.
This fixes that.


 M  +1 -0      lineitemdialog.cpp  


--- branches/work/kst/portto4/kst/src/libkstapp/lineitemdialog.cpp #1302005:1302006
@@ -91,6 +91,7 @@
 
     item->setTransform(transform);
     item->updateRelativeSize();
+    item->setLockPosToData(false);
   }
 }
 }


More information about the Kst mailing list