mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-16 21:50:34 +00:00
paned: Initialize max_position
As pointed out in https://bugzilla.gnome.org/show_bug.cgi?id=608865 max_position should be set to G_MAXINT.
This commit is contained in:
parent
873a024f5b
commit
43747a6b30
@ -1921,6 +1921,7 @@ gtk_paned_init (GtkPaned *paned)
|
||||
priv->in_recursion = FALSE;
|
||||
priv->handle_prelit = FALSE;
|
||||
priv->original_position = -1;
|
||||
priv->max_position = G_MAXINT;
|
||||
|
||||
priv->handle_pos.x = -1;
|
||||
priv->handle_pos.y = -1;
|
||||
|
Loading…
Reference in New Issue
Block a user