Use ardour/session_state_utils.h in Editor::redisplay_snapshots
[ardour.git] / gtk2_ardour / analysis_window.cc
index dd749d2bb112a06a9f01f515528b81b8fecd1100..708d92ee56289f0f1f71f96aff36f7fea0376b95 100644 (file)
@@ -16,7 +16,6 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id$
 */
 
 #include <gtkmm2ext/gtk_ui.h>
@@ -147,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()