Skip to content

Commit

Permalink
basewidget: assign default name in constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
LBCrion committed Aug 29, 2023
1 parent f4ad90e commit 8c402f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/basewidget.c
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ static void base_widget_init ( BaseWidget *self )
priv->rect.y = -1;
priv->rect.width = 1;
priv->rect.height = 1;
base_widget_set_id(GTK_WIDGET(self), NULL);
}

static gboolean base_widget_tooltip_update ( GtkWidget *self,
Expand Down

0 comments on commit 8c402f5

Please sign in to comment.