Add missing GtkDial scroll_begin() implementation

This commit is contained in:
Geoffrey D. Bennett
2023-12-04 21:20:05 +10:30
parent 047fb72394
commit 1ebd6de6a1

View File

@@ -667,6 +667,9 @@ page_forward (GtkDial *dial)
static void
scroll_begin (GtkDial *dial)
{
double newval = gtk_adjustment_get_lower (dial->adj);
set_value(dial, newval);
}
static void scroll_end(GtkDial *dial)