mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 03:17:39 +01:00
merge 12096:12268 from svn+ssh://ardoursvn@subversion.ardour.org/ardour2/branches/3.0
git-svn-id: svn://localhost/ardour2/branches/3.0-SG@12269 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9c8b57aab0
commit
d6edbf5ca2
162 changed files with 2931 additions and 1064 deletions
|
|
@ -96,7 +96,7 @@ ExportFormatSelector::update_format_list ()
|
|||
tree_it->set_value (format_cols.label, (*it)->description());
|
||||
}
|
||||
|
||||
if (format_combo.get_active_row_number() == -1) {
|
||||
if (format_combo.get_active_row_number() == -1 && format_combo.get_model()->children().size() > 0) {
|
||||
format_combo.set_active (0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue