[Kst] branches/work/kst/portto4/kst/src/libkstapp
Mike Fenton
mike at staikos.net
Fri May 29 20:07:17 CEST 2009
SVN commit 974858 by fenton:
Add zoom update on relation being removed from plot.
M +1 -1 plotrenderitem.cpp
--- branches/work/kst/portto4/kst/src/libkstapp/plotrenderitem.cpp #974857:974858
@@ -144,7 +144,7 @@
if (relation) {
disconnect(relation, SIGNAL(relationUpdated(ObjectPtr)));
_relationList.removeAll(relation);
-// plotItem()->zoomMaximum();
+ plotItem()->updateObject();
}
}
More information about the Kst
mailing list