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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user