mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 23:10:22 +00:00
gtkwidget: Fix issues with baseline alignment comparison
This commit is contained in:
parent
0697cbb88c
commit
d6559251fb
@ -5919,7 +5919,7 @@ gtk_widget_real_adjust_baseline_allocation (GtkWidget *widget,
|
||||
|
||||
aux_info = _gtk_widget_get_aux_info_or_defaults (widget);
|
||||
|
||||
if (baseline >= 0)
|
||||
if (*baseline >= 0)
|
||||
*baseline -= aux_info->margin.top;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user