13
0

NO-OP: whitespace

This commit is contained in:
Paul Davis 2024-06-11 15:15:58 -06:00
parent 4724683b5f
commit 3224b37702

View File

@ -1692,8 +1692,8 @@ MidiView::update_sustained (Note* ev, bool update_ghost_regions)
// Update color in case velocity has changed // Update color in case velocity has changed
const uint32_t base_col = ev->base_color(); const uint32_t base_col = ev->base_color();
ev->set_fill_color(base_col); ev->set_fill_color (base_col);
ev->set_outline_color(ev->calculate_outline(base_col, ev->selected())); ev->set_outline_color (ev->calculate_outline(base_col, ev->selected()));
} }
void void