[Git][wine/wine][master] 2 commits: comctl32/treeview: Return from TREEVIEW_LButtonDown when the treeview handle is invalid.
Alexandre Julliard pushed to branch master at wine / wine Commits: e34768c3 by Jacob Czekalla at 2025-08-29T11:02:35+02:00 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 - - - - - 365d1432 by Jacob Czekalla at 2025-08-29T11:02:37+02:00 comctl32/tests: Add a test for treeview deletion during NM_CLICK in LBUTTONDOWN. - - - - - 2 changed files: - dlls/comctl32/tests/treeview.c - dlls/comctl32/treeview.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5fd9826b8cdcb9130b0bf6943a2a5c... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5fd9826b8cdcb9130b0bf6943a2a5c... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)