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

List:       kde-commits
Subject:    kdegraphics/kolourpaint
From:       Clarence Dang <dang () kde ! org>
Date:       2004-07-10 12:19:24
Message-ID: 20040710121924.BD40516AFE () office ! kde ! org
[Download RAW message or body]

CVS commit by dang: 

Eliminate flicker when scrolling - Qt::WNoAutoErase was not enough by itself


  M +0 -2      BUGS   1.14
  M +1 -0      kpview.cpp   1.25


--- kdegraphics/kolourpaint/BUGS  #1.13:1.14
@@ -60,6 +60,4 @@
 14. The text cursor may be momentarily misrendered when scrolling the view.
 
-15. Flicker when scrolling.
-
 16. The Edit/Paste option is not disabled when the clipboard data is lost
     due to the owner terminating (no QClipboard::dataChanged() signal).

--- kdegraphics/kolourpaint/kpview.cpp  #1.24:1.25
@@ -81,4 +81,5 @@ kpView::kpView (QWidget *parent, const c
     resize (width, height);
 
+    setBackgroundMode (Qt::NoBackground);  // no flicker
     setFocusPolicy (QWidget::WheelFocus);
     setMouseTracking (true);  // mouseMoveEvent's even when no mousebtn down


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

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