mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Fix issue related to bug #6609, text selection not visible in track name entry
patch submitted by Julien Roger
This commit is contained in:
parent
455f07d087
commit
fc011e752a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue