range: Fix trough state update

This commit is contained in:
Timm Bäder 2017-08-28 11:17:19 +02:00
parent 619ee3797d
commit ccfc568a03

View File

@ -1683,6 +1683,8 @@ update_trough_state (GtkRange *range)
if (priv->grab_location == priv->trough_widget)
state |= GTK_STATE_FLAG_ACTIVE;
gtk_widget_set_state_flags (priv->trough_widget, state, TRUE);
}
static void