http://bugs.winehq.org/show_bug.cgi?id=58693
Bug ID: 58693 Summary: WM_SETREDRAW(0) is ignored by LISTBOXes Product: Wine Version: 10.0 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: user32 Assignee: wine-bugs@winehq.org Reporter: goltsov@imedis.ru Distribution: ---
Standard controls of Windows class LISTBOX under Wine ignore attempts to disable redrawing when sending WM_SETREDRAW - in contrast with their behaviour under native Windows. It is quite discouraging when it is needed to place child controls into listbox - working practice under native Windows.