On Friday 24 September 2004 03:13, Alexandre Julliard wrote:
+dlls/user/listbox.c Draw background of the empty selected item in empty lists Dont draw a focus rect if we do not have the focus Dont select items on key up/down in multi-select lists
This is causing a test failure:
listbox.c:134: Test failed: style 0x8, step step, field selected: expected 2, got 1
Wow, is this what I think it is? I mean, did our test harness show it's protential here to detect regressions at check-in time?
Does that happen often? Should Wine developers start running the tests before submitting a patch?
-Hans