http://bugs.winehq.org/show_bug.cgi?id=7280
Summary: comctl32/treeview: rename a key in regedit does not work (sometimes) Product: Wine Version: 0.9.30. Platform: PC URL: http://source.winehq.org/git/wine.git/?a=commitdiff;h=79 42f5a0e4413ef1ec5a711c173b341ae19d9953 OS/Version: Linux Status: NEW Keywords: regression Severity: normal Priority: P2 Component: wine-comctl32 AssignedTo: wine-bugs@winehq.org ReportedBy: wine.dev@web.de CC: fpga@pacbell.net
This Patch causes a regression in regedit: treeview: Fix horizontal scrolling. Duane Clark [Thu, 11 Jan 2007 23:06:05 +0000 (15:06 -0800)] http://source.winehq.org/git/wine.git/?a=commitdiff;h=7942f5a0e4413ef1ec5a71...
start "wine regedit" Select "HKEY_CURRENT_USER\Software\Wine" Create a new key:
The key is named "New Key #1" and to be able to rename the new key, the treeview must be enlarged, until the Horz. Scrollbar is not visible.
When I disable TREEVIEW_HScroll (Line 2763), Regedit works as expected