[Kst] branches/work/kst/portto4/kst/src/libkstapp
Peter Kümmel
syntheticpp at gmx.net
Thu May 27 19:37:38 CEST 2010
SVN commit 1131226 by kuemmel:
don't delete the wrong action
M +1 -1 plotitem.cpp
--- branches/work/kst/portto4/kst/src/libkstapp/plotitem.cpp #1131225:1131226
@@ -622,7 +622,7 @@
void PlotItem::createSharedAxisBoxMenu() {
if (_sharedAxisBoxMenu) {
- delete _shareBoxShareX;
+ delete _sharedAxisBoxMenu;
}
_sharedAxisBoxMenu = new QMenu;
_sharedAxisBoxMenu->setTitle(tr("Shared Axis Box Settings"));
More information about the Kst
mailing list