13
0

added missing style to rc file for xfade editor line

git-svn-id: svn://localhost/trunk/ardour2@234 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Doug McLain 2006-01-03 17:47:09 +00:00
parent 5af707ac02
commit f139fde438

View File

@ -1396,6 +1396,13 @@ style "cCrossfadeEditorBase"
}
widget "*cCrossfadeEditorBase" style "cCrossfadeEditorBase"
style "cCrossfadeEditorLine"
{
fg[NORMAL] = { 0, 0, 0 }
fg[ACTIVE] = { 1.0, 0, 0 }
}
widget "*cCrossfadeEditorLine" style "cCrossfadeEditorLine"
style "cSelectedCrossfadeEditorLine"
{
fg[NORMAL] = { 0, 0.86, 0.86 }