Re: [PATCH 2/2] comctl32: Item with negative cChildren acts as if it actually had children
Nikolay Sivov <nsivov(a)codeweavers.com> writes:
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> --- dlls/comctl32/tests/treeview.c | 22 +++++++++++++++++++++- dlls/comctl32/treeview.c | 5 +++-- 2 files changed, 24 insertions(+), 3 deletions(-)
What application is this fixing? -- Alexandre Julliard julliard(a)winehq.org
On 23.11.2015 17:33, Alexandre Julliard wrote:
Nikolay Sivov <nsivov(a)codeweavers.com> writes:
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> --- dlls/comctl32/tests/treeview.c | 22 +++++++++++++++++++++- dlls/comctl32/treeview.c | 5 +++-- 2 files changed, 24 insertions(+), 3 deletions(-)
What application is this fixing?
It's a fix for regression from https://bugs.winehq.org/show_bug.cgi?id=36932.
participants (2)
-
Alexandre Julliard -
Nikolay Sivov