mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 12:41:07 +00:00
inspector: Make object property inspection work again
This was lost when porting to GtkListView.
This commit is contained in:
parent
fbe0db4007
commit
927e983ff8
@ -214,6 +214,7 @@ show_object (GtkInspectorPropEditor *editor,
|
||||
|
||||
g_object_set_data_full (G_OBJECT (pl->priv->object_tree), "next-tab", g_strdup (tab), g_free);
|
||||
gtk_inspector_object_tree_select_object (pl->priv->object_tree, object);
|
||||
gtk_inspector_object_tree_activate_object (pl->priv->object_tree, object);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user