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

Adam Treat treat at kde.org
Mon Oct 1 23:48:20 CEST 2007


SVN commit 719783 by treat:

* Add the command to the undo stack.


 M  +1 -0      plotitem.cpp  


--- branches/work/kst/portto4/kst/src/libkstapp/plotitem.cpp #719782:719783
@@ -341,6 +341,7 @@
   _item->setViewRect(0.0, 0.0, 200.0, 200.0);
   _item->setZValue(1);
   _view->scene()->addItem(_item);
+  creationComplete(); //add to undo stack
 }
 
 }


More information about the Kst mailing list