Use ardour/session_state_utils.h in Editor::redisplay_snapshots
[ardour.git] / gtk2_ardour / analysis_window.cc
index 957dde3d1fcbcd60daf2ef9e9b519c942632bd96..708d92ee56289f0f1f71f96aff36f7fea0376b95 100644 (file)
@@ -146,9 +146,20 @@ AnalysisWindow::AnalysisWindow()
        // And last we pack the hbox
        get_vbox()->pack_start(hbox);
 
-       track_list.show_all();
-
-       get_vbox()->show_all();
+       hbox.show();
+       vbox.show();
+       track_list.show();
+       source_selection_label.show();
+       source_selection_ranges_rb.show();
+       source_selection_regions_rb.show();
+       hseparator1.show();
+       display_model_label.show();
+       display_model_composite_separate_rb.show();
+       display_model_composite_all_tracks_rb.show();
+       hseparator2.show();
+       refresh_button.show();
+
+       //get_vbox()->show();
 }
 
 AnalysisWindow::~AnalysisWindow()