Summary: | KMessageBox' palette screws up scrollbars for some styles | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Huynh Huu Long <long> |
Component: | kdeui | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | uwolfer |
Priority: | NOR | ||
Version: | 4.1 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
patch from KDE/kdelibs/kdeui
updated patch |
Description
Huynh Huu Long
2008-10-26 00:25:42 UTC
Created attachment 28145 [details]
patch from KDE/kdelibs/kdeui
Here's a proposal patch
Patch looks good to me. Though I'm not sure if this line is required at all: + if (messageScrollArea->viewport()) + { (if it is, please write as: + if (messageScrollArea->viewport()) { ) Created attachment 28161 [details]
updated patch
You're right, that check doesn't make much sense :) I was just a bit paranoid :P
SVN commit 876135 by huynhhuu: Fix graphical errors with some styles. We only need to set the viewport transparent, not the scrollbars. BUG: 173546 M +1 -1 kmessagebox.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=876135 |