[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Tue Jun 8 22:27:52 CEST 2004


CVS commit by staikos: 

repainting is a good idea


  M +2 -2      kst2dplot.cpp   1.66


--- kdeextragear-2/kst/kst/kst2dplot.cpp  #1.65:1.66
@@ -1942,5 +1942,5 @@ void Kst2DPlot::mouseMoveEvent(QWidget *
         _copy_y = newypos;
 
-        //repaint(false);
+        static_cast<KstViewWidget*>(view)->paint();
         QPainter p(view);
         drawDotAt(p, newxpos, newypos);
@@ -1950,5 +1950,5 @@ void Kst2DPlot::mouseMoveEvent(QWidget *
       _copy_x = KST::NOPOINT;
       _copy_y = KST::NOPOINT;
-      //repaint(false);
+      static_cast<KstViewWidget*>(view)->paint();
       //emit newDataMsg(QString::null);
     }





More information about the Kst mailing list