5 Jul
2023
5 Jul
'23
1:53 p.m.
https://bugs.winehq.org/show_bug.cgi?id=54177 francisdb <francisdb(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |francisdb(a)gmail.com --- Comment #3 from francisdb <francisdb(a)gmail.com> --- I can confirm this issue DMDScene.GetImage("Dig" & i).SetBounds (i - 20) * 16, 10, 16, 16 requires this workaround DMDScene.GetImage("Dig" & i).SetBounds ((i - 20) * 16), 10, 16, 16 -- 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.