| Summary: | KColorButton Ignores Default Colour Choice | ||
|---|---|---|---|
| Product: | [Unmaintained] kdelibs | Reporter: | Keith Rusler <xzekecomax> |
| Component: | kdeui | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Keith Rusler
2008-12-12 01:06:45 UTC
SVN commit 990663 by cfeck: Show correct color even when "default" was selected BUG: 177552 M +4 -1 kcolorbutton.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=990663 Keith, there is no "default" for the default value in KDE code. If you get a default color of 0,0,0,255 instead of 0,0,0,0 then this is done inside Designer. SVN commit 990671 by cfeck: Show correct color even when "default" was selected (backport r990663) CCBUG: 177552 M +4 -1 kcolorbutton.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=990671 |