You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
The text was updated successfully, but these errors were encountered:
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);
The text was updated successfully, but these errors were encountered: