http://bugs.winehq.org/show_bug.cgi?id=20365
Summary: Radio Mobile icons drawn too big Product: Wine Version: 1.1.30 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: ole AssignedTo: wine-bugs@winehq.org ReportedBy: wilfried.pasquazzo@gmail.com CC: steve.m.caddy@ntlworld.com
The icons in "Radio Mobile" are drawn too big. The program can be downloaded for free here: http://www.cplus.org/rmw/english1.html
--- It is a regression:
32ca9b27c376af255dacd67c2744b3b5285b8cf1 is first bad commit commit 32ca9b27c376af255dacd67c2744b3b5285b8cf1 Author: Wilfried Pasquazzo wilfried.pasquazzo@gmail.com Date: Tue Sep 22 14:20:28 2009 +0000
user32: Correct scaling of DrawIcon.
:040000 040000 e3a1f553e9f16b7bd47d9dcf23bddc40b0bfb8b7 addf0374f38168449965d4fe2f0f1c9066462d6a M dlls ---
This bug was first mentioned in the comments of http://bugs.winehq.org/show_bug.cgi?id=20153 by Steve Caddy (#19 and #20). It is likely to only affect Visual Basic applications, the problematic code is located in "dlls/oleaut32/olepicture.c".
I'm writing the corresponding fix and testcase.