Indicate gain-entry focus/selection
The mixer gain-entry selects all when the entry is focused (see ArdourWidgets::FocusEntry). Due to the selection there is no visible cursor, and it was not obvious that the entry has focus. Also moving the mouse outside of the strip drops focus without any indication.
This commit is contained in:
parent
8b4edaa950
commit
59b3b02dea
@ -187,7 +187,7 @@ style "mixer_strip_entry" = "small_text"
|
||||
|
||||
base[NORMAL] = @bases
|
||||
base[ACTIVE] = @bases
|
||||
base[SELECTED] = @bases
|
||||
base[SELECTED] = shade (0.4, @texts)
|
||||
}
|
||||
|
||||
style "peak_display_peaked_entry" = "mixer_strip_entry"
|
||||
|
Loading…
Reference in New Issue
Block a user