[Kst] branches/work/kst/portto4/kst/src/libkstapp
Mike Fenton
mike at staikos.net
Thu Jan 29 19:54:06 CET 2009
SVN commit 918285 by fenton:
Eliminate movement of plots on break of shared axis box.
M +1 -0 sharedaxisboxitem.cpp
--- branches/work/kst/portto4/kst/src/libkstapp/sharedaxisboxitem.cpp #918284:918285
@@ -128,6 +128,7 @@
continue;
if (PlotItem *plotItem = qobject_cast<PlotItem*>(viewItem)) {
+ plotItem->setPos(mapToParent(plotItem->pos()));
plotItem->setSharedAxisBox(0);
plotItem->setLabelsVisible(true);
plotItem->update();
More information about the Kst
mailing list