inspector: Make object property inspection work again

This was lost when porting to GtkListView.
This commit is contained in:
Matthias Clasen 2019-02-13 13:41:15 -05:00
parent fbe0db4007
commit 927e983ff8

View File

@ -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