inspector: Don't flash the window initially

This is flickery, and not really necessary.
This commit is contained in:
Matthias Clasen
2014-05-08 20:31:50 -04:00
parent 768a437c02
commit 83503cbf20

View File

@ -156,10 +156,7 @@ gtk_inspector_window_select_initially (GtkInspectorWindow *iw)
g_list_free (toplevels);
if (widget)
{
gtk_inspector_widget_tree_scan (GTK_INSPECTOR_WIDGET_TREE (iw->widget_tree), widget);
gtk_inspector_widget_tree_select_object (GTK_INSPECTOR_WIDGET_TREE (iw->widget_tree), G_OBJECT (widget));
}
gtk_inspector_widget_tree_scan (GTK_INSPECTOR_WIDGET_TREE (iw->widget_tree), widget);
}
static void