Bug 160545

Summary: [patch] kconfig_compiler doesn't respect rgba default colors
Product: [Frameworks and Libraries] kdelibs Reporter: michaell <michaell>
Component: generalAssignee: kdelibs bugs <kdelibs-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: patch

Description michaell 2008-04-08 01:32:43 UTC
Version:            (using Devel)
Installed from:    Compiled sources

The regexp for the default color checks only for three values (rgb) which leads to an invalid color when four are set.
The attached patch extends the regexp, so that rgb and rgba colors can be used.
Comment 1 michaell 2008-04-08 01:41:09 UTC
Created attachment 24268 [details]
patch
Comment 2 Allen Winter 2008-04-09 04:13:02 UTC
SVN commit 794972 by winterz:

permit an optional 4th value for colors to support rgba.
thanks for the patch michaell.

BUGS: 160545


 M  +1 -1      kconfig_compiler.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=794972