Summary: | Broken focus decoration of buttons | ||
---|---|---|---|
Product: | [Plasma] Oxygen | Reporter: | JohnnyBaloney <itdev> |
Component: | general | Assignee: | Hugo Pereira Da Costa <hugo.pereira.da.costa> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | hugo.pereira.da.costa, itdev |
Priority: | NOR | ||
Version: | 4.0 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
URL: | http://www.plunder.com/Fedora-focus-outline-download-MHGN1Z372D.htm | ||
Latest Commit: | Version Fixed In: | 4.9.1 | |
Sentry Crash Report: |
Description
JohnnyBaloney
2012-08-09 16:33:01 UTC
yes. Can reproduce. Investigating. Git commit 75bee8ed899be910f0addaedfcae1fa6e29bfc82 by Hugo Pereira Da Costa. Committed on 29/08/2012 at 14:51. Pushed by hpereiradacosta into branch 'KDE/4.9'. properly deal with invalid colors when calculating cache keys. using color.rgba() for an invalid color corresponds to solid black, which in turns conflicts with the cache value for such color. We use "transparent black" instead. M +15 -15 kstyles/oxygen/oxygenstylehelper.cpp M +3 -3 kwin/clients/oxygen/oxygendecohelper.cpp M +15 -15 libs/oxygen/oxygenhelper.cpp M +5 -1 libs/oxygen/oxygenhelper.h http://commits.kde.org/kde-workspace/75bee8ed899be910f0addaedfcae1fa6e29bfc82 Git commit 63cbbabdedb77ecb12840612a6316b16ab666526 by Hugo Pereira Da Costa. Committed on 29/08/2012 at 14:51. Pushed by hpereiradacosta into branch 'master'. properly deal with invalid colors when calculating cache keys. using color.rgba() for an invalid color corresponds to solid black, which in turns conflicts with the cache value for such color. We use "transparent black" instead. M +15 -15 kstyles/oxygen/oxygenstylehelper.cpp M +3 -3 kwin/clients/oxygen/oxygendecohelper.cpp M +15 -15 libs/oxygen/oxygenhelper.cpp M +5 -1 libs/oxygen/oxygenhelper.h http://commits.kde.org/kde-workspace/63cbbabdedb77ecb12840612a6316b16ab666526 ... was tricky, but is fixed. Thanks for reporting. Great, thanks for the quick fix! |