mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-21 04:45:58 +01:00
show() widgets explicitly in gtk2_ardour/analysis_window.cc
git-svn-id: svn://localhost/ardour2/trunk@2119 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
fda1de74a1
commit
e0b7de13b7
1 changed files with 14 additions and 1 deletions
|
|
@ -148,7 +148,20 @@ AnalysisWindow::AnalysisWindow()
|
|||
|
||||
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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue