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

Barth Netterfield netterfield at astro.utoronto.ca
Wed Oct 10 14:18:42 UTC 2012


SVN commit 1320055 by netterfield:

BUG:
It was impossible to remove the last curve from a plot.  Now you can.


 M  +1 -1      plotitemdialog.cpp  


--- branches/work/kst/portto4/kst/src/libkstapp/plotitemdialog.cpp #1320054:1320055
@@ -477,9 +477,9 @@
     if (RelationPtr relation = kst_cast<Relation>(_store->retrieveObject(relation_name))) {
       relations.append(relation);
     }
+  }
     _plotItem->renderItem(PlotRenderItem::Cartesian)->setRelationsList(relations);
     _plotItem->update();
-  }
 
 }
 


More information about the Kst mailing list