http://bugs.winehq.org/show_bug.cgi?id=33328
Bug #: 33328 Summary: Copy-Paste bug in TAB_SetupScrolling Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: comctl32 AssignedTo: wine-bugs@winehq.org ReportedBy: vmartinez@reactos.org Classification: Unclassified
TAB_SetupScrolling function has a copy-paste bug:
http://source.winehq.org/source/dlls/comctl32/tab.c#L1006
The If and Else blocks in.. 1026 if(infoPtr->dwStyle & TCS_VERTICAL) ...seems identical.