mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-02 17:00:19 +00:00
gtk: Remove CONSTRUCT_ONLY flag from GtkEventControllerScroll::flags
There is a gtk_event_controller_scroll_set_flags() call that's meant to be called after construction (eg. due to scrolledwindow relayouts hiding/showing scrollbars). The property shouldn't be construct-only for consistence.
This commit is contained in:
parent
ea216accd7
commit
47f04afa48
@ -373,8 +373,7 @@ gtk_event_controller_scroll_class_init (GtkEventControllerScrollClass *klass)
|
||||
P_("Flags"),
|
||||
GTK_TYPE_EVENT_CONTROLLER_SCROLL_FLAGS,
|
||||
GTK_EVENT_CONTROLLER_SCROLL_NONE,
|
||||
G_PARAM_READWRITE |
|
||||
G_PARAM_CONSTRUCT_ONLY);
|
||||
G_PARAM_READWRITE);
|
||||
|
||||
/**
|
||||
* GtkEventControllerScroll::scroll-begin:
|
||||
|
Loading…
Reference in New Issue
Block a user