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

Barth Netterfield netterfield at astro.utoronto.ca
Wed Nov 29 22:46:22 CET 2006


SVN commit 609251 by netterfield:

Edit data object edits the data object...



 M  +1 -1      kst2dplot.cpp  


--- trunk/extragear/graphics/kst/src/libkstapp/kst2dplot.cpp #609250:609251
@@ -3245,7 +3245,7 @@
   KstDataObjectPtr dop = *(KST::dataObjectList.findTag(_objectEditMap[id]));
   if (dop) {
     dop->readLock();
-    dop->showDialog();
+    dop->showDialog(true);
     dop->unlock();
   }
 }


More information about the Kst mailing list