mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 22:25:46 +01:00
No-op; formatting.
git-svn-id: svn://localhost/ardour2/branches/3.0@8618 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
a2e2412883
commit
6822c2a904
1 changed files with 5 additions and 4 deletions
|
|
@ -156,17 +156,18 @@ ArdourStartup::set_new_only (bool yn)
|
|||
}
|
||||
|
||||
void
|
||||
ArdourStartup::set_load_template( string load_template )
|
||||
ArdourStartup::set_load_template (string load_template)
|
||||
{
|
||||
use_template_button.set_active( false );
|
||||
load_template_override = load_template;
|
||||
use_template_button.set_active (false);
|
||||
load_template_override = load_template;
|
||||
}
|
||||
|
||||
bool
|
||||
ArdourStartup::use_session_template ()
|
||||
{
|
||||
if (!load_template_override.empty())
|
||||
if (!load_template_override.empty()) {
|
||||
return true;
|
||||
}
|
||||
|
||||
if (use_template_button.get_active()) {
|
||||
return template_chooser.get_active_row_number() > 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue