mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 00:11:29 +00:00
inspector: Chain up in constructed
Its the right thing to do.
This commit is contained in:
parent
8231a3c7b9
commit
af507be99b
@ -174,6 +174,8 @@ static void
|
||||
gtk_inspector_window_constructed (GObject *object)
|
||||
{
|
||||
gtk_inspector_window_select_initially (GTK_INSPECTOR_WINDOW (object));
|
||||
|
||||
G_OBJECT_CLASS (gtk_inspector_window_parent_class)->constructed (object);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user