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:
parent
5af707ac02
commit
f139fde438
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user