Bug 53527 - resizing konsole leaves black bars on frame
Summary: resizing konsole leaves black bars on frame
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
: 58735 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-01-28 18:20 UTC by Eggert Ehmke
Modified: 2003-05-21 15:04 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eggert Ehmke 2003-01-28 18:20:40 UTC
Version:            (using KDE KDE 3.1)
Installed from:    SuSE RPMs
OS:          Linux

This is  a fresh installed KDE 3.1 system with default display options, installed from SuSE 8.1 rpm's. When resizing the konsole from small to larger horizontally, in the lower frame there stay vertical lines. They disapear the next time the display is refreshed. Screenshots can be provided.
Comment 1 Waldo Bastian 2003-01-28 18:35:28 UTC
Subject:  New: resizing konsole leaves black bars on frame

Which widget-style are you using?

Comment 2 Eggert Ehmke 2003-01-28 19:21:19 UTC
Subject: Re:  resizing konsole leaves black bars on frame

> ------- You are receiving this mail because: ------- 
> You reported the bug, or are watching the reporter. 
>       
> http://bugs.kde.org/show_bug.cgi?id=53527      
 
> ------- Additional Comments From bastian@kde.org  2003-01-28 18:35 -------

> Subject:  New: resizing konsole leaves black bars on frame 
>  
> Which widget-style are you using? 
>  
Qt-CDE, but it happens with other styles too 
 
Eggert 

Comment 3 Waldo Bastian 2003-01-29 12:48:47 UTC
Subject: KDE_3_1_BRANCH: kdelibs/kdeui

CVS commit by waba: 

CCMAIL: 53527-done@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 );
 }
 


Comment 4 Stephan Kulow 2003-05-21 15:04:29 UTC
*** Bug 58735 has been marked as a duplicate of this bug. ***