mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 19:56:31 +01:00
Notice edits made to spinbuttons via numbers on the keyboard. Fixes #3413.
git-svn-id: svn://localhost/ardour2/branches/3.0@8250 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
ccb7a5a794
commit
0600486857
1 changed files with 7 additions and 0 deletions
|
|
@ -111,6 +111,13 @@ EditNoteDialog::run ()
|
||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* These calls mean that if a value is entered using the keyboard
|
||||||
|
it will be returned by the get_value_as_int()s below.
|
||||||
|
*/
|
||||||
|
_channel.update ();
|
||||||
|
_pitch.update ();
|
||||||
|
_velocity.update ();
|
||||||
|
|
||||||
_region_view->start_note_diff_command (_("edit note"));
|
_region_view->start_note_diff_command (_("edit note"));
|
||||||
|
|
||||||
bool had_change = false;
|
bool had_change = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue