CVS commit by staikos: restore zoom mode correctly M +2 -0 kst2dplot.cpp 1.58 --- kdeextragear-2/kst/kst/kst2dplot.cpp #1.57:1.58 @@ -1789,4 +1789,6 @@ void Kst2DPlot::mouseMoveEvent(QWidget * if (globalZoomType() == LABEL_TOOL) { // HACK _mouse.mode = LABEL_TOOL; + } else if (_mouse.mode == LABEL_TOOL) { + _mouse.mode = INACTIVE; }