Skip to content

master.mint22

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Apr 14:15
3a7dd7f
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.