Skip to content

comctl32/treeview: Return from TREEVIEW_LButtonDown when the treeview handle is invalid.

Jacob Czekalla requested to merge JacobCzekalla/wine-fork-jacob:treeview into master

comctl32/treeview: Return from TREEVIEW_LButtonDown when the treeview handle is invalid.

LButtonDown should return when the treeview handle is invalid (e.g. destroyed) after NM_CLICK to prevent further message processing.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58211

Edited by Jacob Czekalla

Merge request reports

Loading