Fix issue related to bug #6609, text selection not visible in track name entry

patch submitted by Julien Roger
This commit is contained in:
Tim Mayberry 2016-02-14 11:11:26 +10:00
parent 455f07d087
commit fc011e752a

View File

@ -811,7 +811,7 @@ style "track_name_display" = "medium_text"
text[SELECTED] = @foreground
base[NORMAL] = @bases
base[ACTIVE] = lighter(@bases)
base[ACTIVE] = @bg_selected
base[SELECTED] = @bg_selected
bg[NORMAL] = lighter(@bases)