[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [Bug 87001] Problem after scrolling in determining mode...
From:       Andrew Walker <arwalker () sumusltd ! com>
Date:       2004-08-31 20:04:50
Message-ID: 20040831200450.12057.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
      
http://bugs.kde.org/show_bug.cgi?id=87001      
arwalker sumusltd com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From arwalker sumusltd com  2004-08-31 22:04 -------
CVS commit by arwalker: 

Ensure that the plot dialog is upated when the user modifies a plot setting through a \
mouse operation. Previously if the user zoomed in with the mouse and the plot dialog \
was open to the plot being worked upon then the plot dialog would not update with the \
new axes settings.

CCMAIL: 87001-done bugs kde org


  M +3 -2      kst2dplot.cpp   1.257


--- kdeextragear-2/kst/kst/kst2dplot.cpp  #1.256:1.257
 @ -2778,4 +2777,5  @ void Kst2DPlot::mouseReleaseEvent(QWidge
     setDirty();
     static_cast<KstViewWidget*>(view)->paint();
+    emit modified();
   }
 }
 @ -3442,4 +3442,5  @ void Kst2DPlot::keyPressEvent(QWidget *v
       } else if (s & Qt::ControlButton) {
         xZoomMax(view);
+        view->paint();
       } else {
         zoomMax(view);
 @ -3501,5 +3502,4  @ void Kst2DPlot::keyPressEvent(QWidget *v
         }
         setDirty();
-        emit modified();
       }
       break;
 @ -3512,4 +3512,5  @ void Kst2DPlot::keyPressEvent(QWidget *v
     view->paint();
     e->accept();
+    emit modified();
     return;
   }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic