On Mon Jun 9 22:47:14 2025 +0000, Nikolay Sivov wrote:
The point is that right now return value means application return value from WM_NOTIFY handling. After this change it diverges between two helpers that are basically the same. Making same change to SendRealNotify does not work for ENDLABELEDIT, because it means the opposite thing for it.
Fair enough. I can fix the bad infoPtr access and I will move the the check inside WM_LBUTTONDOWN.