mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 03:17:39 +01:00
braces, please
This commit is contained in:
parent
9f4d84dcb4
commit
8037762690
1 changed files with 2 additions and 1 deletions
|
|
@ -1055,8 +1055,9 @@ EditingContext::set_grid_to (GridType gt)
|
|||
}
|
||||
|
||||
bool grid_type_changed = true;
|
||||
if ( grid_type_is_musical(_grid_type) && grid_type_is_musical(gt))
|
||||
if ( grid_type_is_musical(_grid_type) && grid_type_is_musical(gt)) {
|
||||
grid_type_changed = false;
|
||||
}
|
||||
|
||||
_grid_type = gt;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue