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:
Paul Davis 2011-06-07 23:07:08 +00:00
parent 7e2b86dc83
commit a56555e8b2
13 changed files with 186 additions and 66 deletions

View file

@ -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;
}
}