From: kmx <km...@at...> - 2014-11-08 13:02:12
|
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 from 1.08 to 1.09. That may help narrow the search a little. > > Regards, > Glenn > > On Saturday, 8 November 2014, kmx <km...@at... <mailto:km...@at...>> wrote: > > 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 8.11.2014 9:23, Glenn Munroe wrote: >> First off, thanks to KMX for his latest work on this project; it had >> gone kind of quiet recently. >> >> I just upgraded from 1.06 to the new 1.09. Running ActivePerl, I see >> a change in default main window background colour. The "hello world" >> example in the tutorial used to look like the attachment >> HelloWorld_106.png, but now looks like HelloWorld_109.png (if the >> attachments don't come through, the window background has changed >> from the same grey as the label to black). >> >> Do others see this? Is there an easy fix for it? >> >> Glenn > |