On Mon Jun 9 22:42:08 2025 +0000, Jacob Czekalla wrote:
I definitely need to fix the bad infoPtr, which should be easy. But for the other problem, I could be wrong on this, but the TVN_ENDLABELEDITW goes through SendRealNotify and not SendSimpleNotify. Doing this in SendSimpleNotify should be OK and prevent similar problems in other notificatins like NM_DBLCLK. Thanks for the feedback.
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.