<div dir="auto">Ah, it shows up only without round buttons. Change Theme>>#roundButtons to return false and you should see it.</div><div dir="auto"><br></div><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 24 May 2023 at 22:32 Juan Vuletich <<a href="mailto:juan@cuis.st">juan@cuis.st</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)">On 5/24/2023 3:08 PM, Luciano Notarfrancesco via Cuis-dev wrote:<br>
> The close/collapse/expand/menu buttons in SystemWindows are <br>
> PluggableButtonMorphs, so they adopt the window color when the window <br>
> is opened in the world (see SystemWindow>>#openInWorld and <br>
> PluggableButtonMorph>>#adoptWidgetsColor:). The color is set when <br>
> opening the window and never changes. Then, when a window is active, <br>
> the title is draw with a lighter color, and this doesn’t match the <br>
> color of the buttons and causes a dark square shadow. At first I <br>
> thought this was because we were using rasterized icons, but no, it’s <br>
> just a bug. Perhaps it’s more noticeable in my image because of the <br>
> color scheme I’m using.<br>
><br>
> Juan, what’s the right way to fix this? I would prefer not to add <br>
> variables to PluggableButtonMorph, or create a subclass, or hardcode <br>
> some special case in >>#adoptWidgetsColor:. Perhaps you have a better <br>
> idea?<br>
<br>
Hi Luciano,<br>
<br>
I can't reproduce the problem in the stock Cuis image. Button background <br>
pixels are transparent (pixel value = 0), so they should not be affected <br>
at all by the window color.<br>
<br>
HTH,<br>
<br>
-- <br>
Juan Vuletich<br>
<a href="http://cuis.st" rel="noreferrer" target="_blank">cuis.st</a><br>
<a href="http://github.com/jvuletich" rel="noreferrer" target="_blank">github.com/jvuletich</a><br>
<a href="http://researchgate.net/profile/Juan-Vuletich" rel="noreferrer" target="_blank">researchgate.net/profile/Juan-Vuletich</a><br>
<a href="http://independent.academia.edu/JuanVuletich" rel="noreferrer" target="_blank">independent.academia.edu/JuanVuletich</a><br>
<a href="http://patents.justia.com/inventor/juan-manuel-vuletich" rel="noreferrer" target="_blank">patents.justia.com/inventor/juan-manuel-vuletich</a><br>
<a href="http://linkedin.com/in/juan-vuletich-75611b3" rel="noreferrer" target="_blank">linkedin.com/in/juan-vuletich-75611b3</a><br>
<a href="http://twitter.com/JuanVuletich" rel="noreferrer" target="_blank">twitter.com/JuanVuletich</a><br>
<br>
</blockquote></div></div>