restore missing 1/8th note option from grid type selector

This commit is contained in:
Paul Davis 2025-08-13 11:05:05 -06:00
parent f010133c5f
commit 5c2afa74e1

View file

@ -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]);