forked from AuroraMiddleware/gtk
Merge branch 'fix-popover-menu-rtl-position' into 'main'
popover-menu: Fix buttons' position in RTL See merge request GNOME/gtk!4587
This commit is contained in:
commit
f76b749e43
@ -379,8 +379,8 @@ update_node_ordering (GtkModelButton *button)
|
|||||||
gtk_widget_insert_before (button->end_indicator, GTK_WIDGET (button), child);
|
gtk_widget_insert_before (button->end_indicator, GTK_WIDGET (button), child);
|
||||||
|
|
||||||
child = gtk_widget_get_last_child (GTK_WIDGET (button));
|
child = gtk_widget_get_last_child (GTK_WIDGET (button));
|
||||||
if (child != button->start_box)
|
if (button->end_indicator && child != button->end_indicator)
|
||||||
gtk_widget_insert_after (button->start_box, GTK_WIDGET (button), child);
|
gtk_widget_insert_after (button->end_indicator, GTK_WIDGET (button), child);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user