use correct name for recording note color

This commit is contained in:
Paul Davis 2022-11-01 07:53:02 -06:00
parent ac1d2122dd
commit 6832ad2af9
1 changed files with 2 additions and 2 deletions

View File

@ -4317,8 +4317,8 @@ MidiRegionView::data_recorded (boost::weak_ptr<MidiSource> w)
assert (note->end_time() == std::numeric_limits<Temporal::Beats>::max());
NoteBase* nb = add_note (note, true);
nb->item()->set_fill_color (UIConfiguration::instance().color ("recording note fill"));
nb->item()->set_outline_color (UIConfiguration::instance().color ("recording note fill"));
nb->item()->set_fill_color (UIConfiguration::instance().color ("recording note"));
nb->item()->set_outline_color (UIConfiguration::instance().color ("recording note"));
/* fix up our note range */
if (ev.note() < _current_range_min) {