gnudatalanguage / gdl

GDL - GNU Data Language
GNU General Public License v2.0
274 stars 61 forks source link

closes #1748 #1750

Closed GillesDuvert closed 7 months ago

GillesDuvert commented 7 months ago

to get back cell click events (and not range events) we must use EVT_GRID_CELL_LEFT_CLICK. and do the selection by hand.

codecov[bot] commented 7 months ago

Codecov Report

Attention: 11 lines in your changes are missing coverage. Please review.

Comparison is base (92e3e90) 42.83% compared to head (bbc6bf0) 42.83%. Report is 1 commits behind head on master.

Files Patch % Lines
src/gdlwidgeteventhandler.cpp 0.00% 7 Missing :warning:
src/gdlwidget.cpp 0.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1750 +/- ## ========================================== - Coverage 42.83% 42.83% -0.01% ========================================== Files 361 361 Lines 97059 97064 +5 Branches 19849 19850 +1 ========================================== + Hits 41576 41577 +1 - Misses 55483 55487 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.