Closed Bugzero71 closed 7 years ago
I remember the logic was implemented to follow listview in this regard (and it was inspired by Wine's listview implementation). But it's true that for grid your proposition may make sense, as it's likely much less likely that application wants to hook a different action on a double-click.
I'll think about it.
Done.
Hi Martin, It is really tedious for me to implement in each NM_DBLCLICK notification message:
So I propose you to modify
grid.c
line 2880with these lines:
I've checked them in my project and in example_grid but possibly I'm missing something.