From 797ac9ef91a767de6b3f8af3865c494b833feac1 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 11 Nov 2012 16:39:54 +0000 Subject: fix initial info color when switching to delta mode. git-svn-id: svn://localhost/ardour2/branches/3.0@13437 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/audio_clock.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gtk2_ardour') diff --git a/gtk2_ardour/audio_clock.cc b/gtk2_ardour/audio_clock.cc index bb1b9f4c43..62e872f7d4 100644 --- a/gtk2_ardour/audio_clock.cc +++ b/gtk2_ardour/audio_clock.cc @@ -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 (); } -- cgit v1.2.3