Summary: | Zooming on lower plots causes zooming on top plot | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | Rick Chern <rchern> |
Component: | general | Assignee: | George Staikos <staikos> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.x | ||
Target Milestone: | --- | ||
Platform: | RedHat Enterprise Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Rick Chern
2004-06-14 20:19:52 UTC
I see weird behaviour on my laptop too. It's worse than what you describe even. Needs more investigation... I see the problem. Reusing the painter was a mistake. CVS commit by staikos: Don't repaint in the wrong painter (or even at all, actually) CCMAIL: 83377-done@bugs.kde.org M +0 -2 kst2dplot.cpp 1.88 --- kdeextragear-2/kst/kst/kst2dplot.cpp #1.87:1.88 @@ -977,5 +976,4 @@ void Kst2DPlot::paint(QPainter& p) { dm->xOffset = _xLeft; triggerBorderAdjustments(_xLeft); - paint(p, dm->xOffset); } else { _xLeft = dm->xOffset; |