From 83503cbf2062076485822e57616923aa92f6d529 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 8 May 2014 20:31:50 -0400 Subject: inspector: Don't flash the window initially This is flickery, and not really necessary. --- modules/inspector/window.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'modules') diff --git a/modules/inspector/window.c b/modules/inspector/window.c index 898afdaca3..04790b26cc 100644 --- a/modules/inspector/window.c +++ b/modules/inspector/window.c @@ -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 -- cgit v1.2.1