mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
remove "Off" as a clock mode, make it a state instead; track editor mouse mode when displaying selection (not 100% coverage of different selections yet); add extra negative field for timecode clock to help with text alignment; add clock mode = timecode option to menus
git-svn-id: svn://localhost/ardour2/branches/3.0@9685 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
7e2b86dc83
commit
a56555e8b2
13 changed files with 186 additions and 66 deletions
|
|
@ -780,9 +780,6 @@ ExportFormatDialog::update_time (AnyTime & time, AudioClock const & clock)
|
|||
time.type = AnyTime::Frames;
|
||||
time.frames = frames;
|
||||
break;
|
||||
case AudioClock::Off:
|
||||
silence_end_checkbox.set_active (false);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue