mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
minor tweaks to Cut Time dialog. Use an enum to tell preferred_edit_location what to ignore, so cut and insert dialogs will never use mouse location.
This commit is contained in:
parent
84f0dceefb
commit
e2afdb21c3
6 changed files with 26 additions and 15 deletions
|
|
@ -208,6 +208,13 @@ enum XFadeType {
|
|||
At
|
||||
};
|
||||
|
||||
enum EditIgnoreOption {
|
||||
EDIT_IGNORE_NONE,
|
||||
EDIT_IGNORE_PHEAD,
|
||||
EDIT_IGNORE_MOUSE,
|
||||
EDIT_IGNORE_MARKER
|
||||
};
|
||||
|
||||
} // namespace Editing
|
||||
|
||||
#endif // __gtk_ardour_editing_h__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue