mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue