Skip to content
Snippets Groups Projects
Commit 71a4ac73 authored by Joachim Priesner's avatar Joachim Priesner Committed by Alexandre Julliard
Browse files

comctl32: Treeview: Set visible = TRUE when deleting first visible item.


This fixes a crash when deleting the first visible item if it has
visibleOrder < 0 and thus the ISVISIBLE macro returns false
(this happens when both insertion and deletion happened while
bRedraw == false).

Signed-off-by: default avatarJoachim Priesner <joachim.priesner@web.de>
Signed-off-by: default avatarNikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard's avatarAlexandre Julliard <julliard@winehq.org>
parent 9ac1744b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment