Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mx/mx-kinetic-scroll-view.c
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ mx_kinetic_scroll_view_class_init (MxKineticScrollViewClass *klass)
pspec = g_param_spec_boolean ("snap-on-page",
"Snap on page",
"Whether to stop animations on step increments.",
FALSE,
TRUE,
MX_PARAM_READWRITE);
g_object_class_install_property (object_class, PROP_SNAP_ON_PAGE, pspec);

Expand Down