change note-edit-mode alpha of MIDI region view frame to 64, not zero
git-svn-id: svn://localhost/ardour2/branches/3.0@9055 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
2c72f58aa1
commit
1ba667a0c1
@ -2879,7 +2879,7 @@ MidiRegionView::set_frame_color()
|
||||
f = ARDOUR_UI::config()->canvasvar_TimeAxisFrame.get();
|
||||
|
||||
if (!rect_visible) {
|
||||
f = UINT_RGBA_CHANGE_A (f, 0);
|
||||
f = UINT_RGBA_CHANGE_A (f, 64);
|
||||
}
|
||||
|
||||
frame->property_outline_color_rgba() = f;
|
||||
|
Loading…
Reference in New Issue
Block a user