From 59b3b02dea7f50138c4bd4ba15aa274f31659c18 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 22 Mar 2021 21:24:33 +0100 Subject: [PATCH] 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. --- gtk2_ardour/clearlooks.rc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/clearlooks.rc.in b/gtk2_ardour/clearlooks.rc.in index 7ef604e084..1516774768 100644 --- a/gtk2_ardour/clearlooks.rc.in +++ b/gtk2_ardour/clearlooks.rc.in @@ -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"