Sorry, here is the patch ; )<br><br><div class="gmail_quote">On Sat, May 31, 2008 at 12:41 AM, Percy Camilo Triveņo Aucahuasi &lt;<a href="mailto:orgyforever@gmail.com">orgyforever@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi all, when I change the color style of my desktop, then the simbols in KSudoku dissapears, check this screenshots:<br><br>Default look:<br><a href="http://www.imagehosting.com/show.php/1769977_whitewndcolorsettings.png.html" target="_blank">http://www.imagehosting.com/show.php/1769977_whitewndcolorsettings.png.html</a><br>

<br>Problem:<br><a href="http://www.imagehosting.com/show.php/1769975_blackwndcolorsettings.png.html" target="_blank">http://www.imagehosting.com/show.php/1769975_blackwndcolorsettings.png.html</a><br><br><br>This patch solved that problem. This is the screenshot with the patch:<br>

<br><a href="http://www.imagehosting.com/show.php/1769976_solved.png.html" target="_blank">http://www.imagehosting.com/show.php/1769976_solved.png.html</a><br><br>In the patch I&#39;m using this lines to obtain the base color of the window:<br>

<br>//********************************<br>KColorScheme systemColorScheme(QPalette::Active);<br>QColor baseWndColor = systemColorScheme.background(KColorScheme::NormalBackground).color();<br>int luminance = 0.2126*baseWndColor.red() + 0.7152*baseWndColor.green() + 0.0722*baseWndColor.blue();<br>

if (luminance &gt; (255 / 2.0))<br>// set the color font/brush to black<br>else<br>// set the color font/brush to white<br>//********************************<br><br>Is that ok? or there is a better way?<br><br>If it&#39;s ok ... may I commit? ; )<br>

<br>Cheers,<br>Percy<br><br>pd: btw I already reported: <a href="http://bugs.kde.org/show_bug.cgi?id=162832" target="_blank">http://bugs.kde.org/show_bug.cgi?id=162832</a><br><br><br>
</blockquote></div><br>