fix initial info color when switching to delta mode.
authorRobin Gareus <robin@gareus.org>
Sun, 11 Nov 2012 16:39:54 +0000 (16:39 +0000)
committerRobin Gareus <robin@gareus.org>
Sun, 11 Nov 2012 16:39:54 +0000 (16:39 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@13437 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/audio_clock.cc

index bb1b9f4c4370ccc962e23f00c731fa42ce090b69..62e872f7d446f23635baed1b3fbdf761fccd9197 100644 (file)
@@ -266,11 +266,6 @@ AudioClock::set_colors ()
                _layout->set_attributes (editing_attributes);
        }
 
-       if (_left_layout) {
-               _left_layout->set_attributes (info_attributes);
-               _right_layout->set_attributes (info_attributes);
-       }
-
        queue_draw ();
 }