http://bugs.winehq.org/show_bug.cgi?id=59397 Bernhard Übelacker <bernhardu@mailbox.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source --- Comment #3 from Bernhard Übelacker <bernhardu@mailbox.org> --- Further investigation shows this is a program created with AuthHotkey, and it delivers the AHK script right away. A reduced version to show the issue is following: WinSpy-reduced.ahk ===== Gui Spy: New, LabelSpy hWndhSpyWnd Gui Add, Text, x10 y10 w62 h10 +0x200, Outside: Gui Add, Tab3, hWndhTab vTab x10 y50 w382 h373 AltSubmit -Wrap, General Gui Tab, 1 Gui Add, Text, x28 y88 w62 h23 +0x200, Inside: Gui Tab Gui Show Return SpyClose: ExitApp ===== The "Outside:" text gets drawn properly, but the "Inside:" text get the black background. I tested with a release of 2018 like the date that WinSpy.ahk shows. https://github.com/AutoHotkey/AutoHotkey/releases/tag/v1.1.30.00 Following is in my opinion the relevant part, where it "Creates a pattern brush based on a bitmap of this tab dialog's background." It seems this path using WM_PRINTCLIENT not working with wine. https://github.com/AutoHotkey/AutoHotkey/blob/774f1ab7d9de80450b92f2b240f64e... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.