Commit 305fda2e authored by Maxime Bellengé's avatar Maxime Bellengé Committed by Alexandre Julliard

Fix for TREEVIEW_UpdateDispInfo to test with the correct callbackMask.

parent 2ab7c87c
......@@ -683,7 +683,7 @@ TREEVIEW_UpdateDispInfo(TREEVIEW_INFO *infoPtr, TREEVIEW_ITEM *wineItem,
NMTVDISPINFOA callback;
HWND hwnd = infoPtr->hwnd;
mask &= wineItem->callbackMask;
mask &= ~wineItem->callbackMask;
if (mask == 0) return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment