[Konsole-devel] [Bug 53527] resizing konsole leaves black bars on frame

Waldo Bastian bastian at kde.org
Wed Jan 29 11:48:48 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=53527     
bastian at kde.org changed:

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



------- Additional Comments From bastian at kde.org  2003-01-29 12:48 -------
Subject: KDE_3_1_BRANCH: kdelibs/kdeui

CVS commit by waba: 

CCMAIL: 53527-done at bugs.kde.org
Backport fix for BR38274, BR38643, BR50920 and BR53527


  M +1 -1      ktoolbar.cpp   1.325.2.2


--- kdelibs/kdeui/ktoolbar.cpp  #1.325.2.1:1.325.2.2
@@ -1619,5 +1619,5 @@ void KToolBar::slotRepaint()
     QApplication::sendPostedEvents( this, QEvent::LayoutHint );
     setUpdatesEnabled( TRUE );
-    repaint( FALSE );
+    repaint( TRUE );
 }



More information about the konsole-devel mailing list