mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 22:30:22 +00:00
menuitem: Fix copy/paste error
Thanks to Kalev Lember for noticing this one.
This commit is contained in:
parent
e89d6b8741
commit
f4e730e718
@ -2148,7 +2148,7 @@ gtk_menu_item_position_menu (GtkMenu *menu,
|
||||
direction = gtk_widget_get_direction (widget);
|
||||
|
||||
twidth = gtk_widget_get_allocated_width (GTK_WIDGET (menu));
|
||||
theight = gtk_widget_get_allocated_width (GTK_WIDGET (menu));
|
||||
theight = gtk_widget_get_allocated_height (GTK_WIDGET (menu));
|
||||
|
||||
screen = gtk_widget_get_screen (GTK_WIDGET (menu));
|
||||
monitor_num = gdk_screen_get_monitor_at_window (screen, priv->event_window);
|
||||
|
Loading…
Reference in New Issue
Block a user