mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 05:05:43 +01:00
NO-OP: whitespace
This commit is contained in:
parent
4724683b5f
commit
3224b37702
1 changed files with 2 additions and 2 deletions
|
|
@ -1692,8 +1692,8 @@ MidiView::update_sustained (Note* ev, bool update_ghost_regions)
|
|||
|
||||
// Update color in case velocity has changed
|
||||
const uint32_t base_col = ev->base_color();
|
||||
ev->set_fill_color(base_col);
|
||||
ev->set_outline_color(ev->calculate_outline(base_col, ev->selected()));
|
||||
ev->set_fill_color (base_col);
|
||||
ev->set_outline_color (ev->calculate_outline(base_col, ev->selected()));
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue