[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Wed Jun 16 21:14:47 CEST 2004


CVS commit by staikos: 

not entirely sure why yet, but this assert was triggering for me until I split
it in two.  Now I can't reproduce the problem


  M +2 -1      kst2dplot.cpp   1.90


--- kdeextragear-2/kst/kst/kst2dplot.cpp  #1.89:1.90
@@ -2332,5 +2332,6 @@ void Kst2DPlot::mousePressEvent(QWidget 
         } else {
           _mouse.mode = globalZoomType();
-          assert(_mouse.mode != INACTIVE && _mouse.mode != LABEL_TOOL);
+          assert(_mouse.mode != INACTIVE);
+          assert(_mouse.mode != LABEL_TOOL);
         }
         _mouse.plotGeometry = GetPlotRegion();





More information about the Kst mailing list