mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 22:20:24 +00:00
Merge branch 'wip/otte/for-main' into 'main'
tooltipwindow: Cast the correct object See merge request GNOME/gtk!5774
This commit is contained in:
commit
39863d1a15
@ -258,7 +258,7 @@ surface_transform_changed_cb (GtkWidget *widget,
|
||||
const graphene_matrix_t *transform,
|
||||
gpointer user_data)
|
||||
{
|
||||
GtkTooltipWindow *window = GTK_TOOLTIP_WINDOW (widget);
|
||||
GtkTooltipWindow *window = GTK_TOOLTIP_WINDOW (user_data);
|
||||
|
||||
gtk_tooltip_window_relayout (window);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user