http://bugs.winehq.org/show_bug.cgi?id=19338
Summary: Regression in ResHacker Product: Wine Version: unspecified Platform: PC URL: http://www.angusj.com/resourcehacker/ OS/Version: Linux Status: NEW Keywords: regression Severity: normal Priority: P2 Component: comctl32 AssignedTo: wine-bugs@winehq.org ReportedBy: mstefani@redhat.com CC: dmitry@codeweavers.com
Created an attachment (id=22393) --> (http://bugs.winehq.org/attachment.cgi?id=22393) ResHacker bad
ee7ca802f4839fab9efd1759a762a9839d931a9b is first bad commit commit ee7ca802f4839fab9efd1759a762a9839d931a9b Author: Dmitry Timoshkov dmitry@codeweavers.com Date: Wed Jul 15 21:21:26 2009 +0900
comctl32: Do not redraw treeview in TVM_INSERTITEM handler if bRedraw is not set, trigger the redraw on WM_SETREDRAW/TRUE.
:040000 040000 6581adc5a4c37b359b4bdd1f35e35ebb5dc70a9d 0bcde40d001433b39cdc73cf2a69e2a0677ea5d3 M dlls
This patch introduced a regression in ResHacker.exe: When opening a file a treeview shows up on the left hand side with the resources available in that file. With the above patch only very little of the treeview is shown at the top. The bad.png and good.png demonstrate the problem.