13
0

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:
Paul Davis 2011-03-03 17:57:37 +00:00
parent 2c72f58aa1
commit 1ba667a0c1

View File

@ -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;