mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
Alow tabbing between fields in metadata editor.
This commit is contained in:
parent
2eef0612b9
commit
56d48a927a
1 changed files with 3 additions and 0 deletions
|
|
@ -2541,7 +2541,10 @@ ARDOUR_UI::edit_metadata ()
|
|||
SessionMetadataEditor dialog;
|
||||
dialog.set_session (_session);
|
||||
editor->ensure_float (dialog);
|
||||
Keyboard::magic_widget_grab_focus ();
|
||||
dialog.grab_focus ();
|
||||
dialog.run ();
|
||||
Keyboard::magic_widget_drop_focus ();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue