mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Fix ordering thinko in note selected colour.
This commit is contained in:
parent
9f61f8a5b0
commit
32a579ec28
1 changed files with 2 additions and 2 deletions
|
|
@ -145,9 +145,9 @@ NoteBase::set_selected(bool selected)
|
|||
return;
|
||||
}
|
||||
|
||||
const uint32_t base_col = base_color();
|
||||
|
||||
_selected = selected;
|
||||
|
||||
const uint32_t base_col = base_color();
|
||||
set_fill_color (base_col);
|
||||
|
||||
set_outline_color(calculate_outline(base_col, _selected));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue