Re: [perl-win32-gui-users] Default Window Background Colour

2014-11-08 Thread kmx
Well, that might be introduced by this change I have made when trying to polish misc. pointer related issues: - wcx.hbrBackground = (HBRUSH) SvCOLORREF(NOTXSCALL ST(next_i)); + wcx.hbrBackground = CreateSolidBrush(SvCOLORREF(NOTXSCALL ST(next_i))); I'll try to investigate. -- kmx On

Re: [perl-win32-gui-users] Default Window Background Colour

2014-11-08 Thread Glenn Munroe
Thanks, kmx. I just downloaded, and installed, versions 1.07 and 1.08 to check. The change was from 1.08 to 1.09. That may help narrow the search a little. Regards, Glenn On Saturday, 8 November 2014, kmx k...@atlas.cz wrote: Well, that might be introduced by this change I have made when

Re: [perl-win32-gui-users] Default Window Background Colour

2014-11-08 Thread kmx
Hopefully fixed in https://metacpan.org/release/KMX/Win32-GUI-1.11 Version 1.10 intentionally skipped due to trailing zero troubles in 97_Version.t -- kmx On 8.11.2014 11:23, Glenn Munroe wrote: Thanks, kmx. I just downloaded, and installed, versions 1.07 and 1.08 to check. The change was