Merge branch '628-text-view-width' into 'gtk-3-24'
Resolve #628: "TextView: spaces acting as non-breaking whitespace if :left- or :right-margin is set" See merge request GNOME/gtk!236
This commit is contained in:
commit
2c3a7c63ef
@ -4042,7 +4042,6 @@ gtk_text_view_size_request (GtkWidget *widget,
|
||||
requisition->height += border_width * 2;
|
||||
|
||||
requisition->height += priv->top_border + priv->bottom_border;
|
||||
requisition->width += priv->left_border + priv->right_border;
|
||||
|
||||
tmp_list = priv->children;
|
||||
while (tmp_list != NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user