mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
no-op: move comment to make scope more clear
This commit is contained in:
parent
a12ce428d0
commit
63f50b1fc5
1 changed files with 4 additions and 4 deletions
|
|
@ -632,11 +632,11 @@ TimeAxisView::name_entry_key_release (GdkEventKey* ev)
|
|||
end_name_edit (RESPONSE_CANCEL);
|
||||
return true;
|
||||
|
||||
/* Shift+Tab Keys Pressed. Note that for Shift+Tab, GDK actually
|
||||
* generates a different ev->keyval, rather than setting
|
||||
* ev->state.
|
||||
*/
|
||||
case GDK_ISO_Left_Tab:
|
||||
/* Shift+Tab Keys Pressed. Note that for Shift+Tab, GDK actually
|
||||
* generates a different ev->keyval, rather than setting
|
||||
* ev->state.
|
||||
*/
|
||||
end_name_edit (RESPONSE_APPLY);
|
||||
return true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue