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.
Subject: New: resizing konsole leaves black bars on frame Which widget-style are you using?
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
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 ); }
*** Bug 58735 has been marked as a duplicate of this bug. ***