http://bugs.winehq.org/show_bug.cgi?id=3575
Summary: Incorrect wrapping of toolbar buttons in toolbar control Product: Wine Version: 20050725 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P3 Component: wine-winelib AssignedTo: wine-bugs@winehq.org ReportedBy: e-aksenov@yandex.ru
Toolbar buttons in toolbar control is always being wrapped based on the control's parent width. This is not what expected if the toolbar control is created with some initial rectangle and NORESIZE flag is set. In this case the expected behaviour can be that the toolbar control will wrap its buttons based on this initial rectangle width, not the parent's width. Now the result is that some buttons in toolbar control rows are not visible if the initial rectangle width is less than the parent' width.