Hack to return the rec enable buttons back to their original color after disarming...
authorDoug McLain <doug@nostar.net>
Tue, 13 Feb 2007 18:39:18 +0000 (18:39 +0000)
committerDoug McLain <doug@nostar.net>
Tue, 13 Feb 2007 18:39:18 +0000 (18:39 +0000)
git-svn-id: svn://localhost/ardour2/trunk@1453 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/ardour.bindings
gtk2_ardour/ardour2_ui.rc

index b9d17e138fb4e87693a137fd34f8d88c0a4e0deb..0a32f5410d892f467b68b0b9e0ad0abe8d4566b4 100644 (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" "")
 (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")
index 8b7c64cdcace6bb4ad1fec080506cfc9d9b0b1f6..ea54d7461539f3c08202f4b875df762308622eb3 100644 (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"