Commit 3a7dd7f
authored
Enable scroll in histogram view and curve editor (#246)
Both GthHistogramView and GthCurveEditor have histograms with event
handler code for scroll-event but the widgets are missing the
GDK_SCROLL_MASK bit for events, resulting in no scroll support. The
event handlers already exist. Adding the mask bit makes the event
handlers effective.1 parent 1df5501 commit 3a7dd7f
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1003 | 1003 | | |
1004 | 1004 | | |
1005 | 1005 | | |
| 1006 | + | |
1006 | 1007 | | |
1007 | 1008 | | |
1008 | 1009 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
936 | 936 | | |
937 | 937 | | |
938 | 938 | | |
939 | | - | |
| 939 | + | |
940 | 940 | | |
941 | 941 | | |
942 | 942 | | |
| |||
0 commit comments