| Summary: | resizing konsole leaves black bars on frame | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Eggert Ehmke <eggert> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | larson |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Eggert Ehmke
2003-01-28 18:20:40 UTC
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 ); } |