mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +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
|
|
@ -35,7 +35,7 @@ InsertTimeDialog::InsertTimeDialog (PublicEditor& e)
|
|||
{
|
||||
set_session (_editor.session ());
|
||||
|
||||
framepos_t const pos = _editor.get_preferred_edit_position ();
|
||||
framepos_t const pos = _editor.get_preferred_edit_position (EDIT_IGNORE_MOUSE);
|
||||
|
||||
get_vbox()->set_border_width (12);
|
||||
get_vbox()->set_spacing (4);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue