-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
CLAMPING state will not emit if any one of the adjsument (hadjust and vadjust) value is not varied.which is wrong!
the fix should be likely in this way.. in ms-kinetic-scrollview.c,In function clamp_adjustments()
if (priv->hclamping || priv->vclamping)
set_state (scroll, MX_KINETIC_SCROLL_VIEW_STATE_CLAMPING);
Metadata
Metadata
Assignees
Labels
No labels