Hack to return the rec enable buttons back to their original color after disarming them, instead of turning #565690 like they are right now

git-svn-id: svn://localhost/ardour2/trunk@1453 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Doug McLain 2007-02-13 18:39:18 +00:00
parent ab2ffc65ae
commit e6cd6449c9
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; ardour-2.0beta11.1 GtkAccelMap rc-file -*- scheme -*-
; ardour_vst.exe.so GtkAccelMap rc-file -*- scheme -*-
; this file is an automated accelerator map dump
;
; (gtk_accel_path "<Actions>/RegionList/RegionListSort" "")
@ -151,6 +151,7 @@
(gtk_accel_path "<Actions>/Common/goto-editor" "<Alt>e")
(gtk_accel_path "<Actions>/Editor/select-all" "<Control>a")
(gtk_accel_path "<Actions>/Editor/nudge-next-forward" "<Control>KP_Add")
; (gtk_accel_path "<Actions>/options/ShowSoloMutes" "")
; (gtk_accel_path "<Actions>/Snap/snap-to-eighths" "")
(gtk_accel_path "<Actions>/Editor/select-all-after-playhead" "<Shift><Control>p")
(gtk_accel_path "<Actions>/Common/ToggleMaximalEditor" "F11")

View File

@ -192,6 +192,7 @@ style "gain_fader"
style "track_rec_enable_button" = "small_button"
{
bg[ACTIVE] = { 0.30, 0.30, 0.35 }
}
style "track_rec_enable_button_active" = "small_button"