mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
restore missing 1/8th note option from grid type selector
This commit is contained in:
parent
f010133c5f
commit
5c2afa74e1
1 changed files with 1 additions and 0 deletions
|
|
@ -1098,6 +1098,7 @@ EditingContext::build_grid_type_menu ()
|
|||
/* musical grid: bars, quarter-notes, etc */
|
||||
grid_type_selector.append (grid_actions[GridTypeBar]);
|
||||
grid_type_selector.append (grid_actions[GridTypeBeat]);
|
||||
grid_type_selector.append (grid_actions[GridTypeBeatDiv2]);
|
||||
grid_type_selector.append (grid_actions[GridTypeBeatDiv4]);
|
||||
grid_type_selector.append (grid_actions[GridTypeBeatDiv8]);
|
||||
grid_type_selector.append (grid_actions[GridTypeBeatDiv16]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue