mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
many small changes, see ardour-dev for more
git-svn-id: svn://localhost/ardour2/trunk@1160 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
db1f21d75c
commit
00afa40d45
15 changed files with 213 additions and 131 deletions
|
|
@ -61,7 +61,7 @@ AnalysisWindow::AnalysisWindow()
|
|||
tlmodel = Gtk::ListStore::create(tlcols);
|
||||
track_list.set_model (tlmodel);
|
||||
track_list.append_column(_("Track"), tlcols.trackname);
|
||||
track_list.append_column_editable(_("Visible"), tlcols.visible);
|
||||
track_list.append_column_editable(_("Show"), tlcols.visible);
|
||||
track_list.set_headers_visible(true);
|
||||
track_list.set_reorderable(false);
|
||||
track_list.get_selection()->set_mode (Gtk::SELECTION_NONE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue