fix initial info color when switching to delta mode.

git-svn-id: svn://localhost/ardour2/branches/3.0@13437 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Robin Gareus
2012-11-11 16:39:54 +00:00
parent 1f14987044
commit 797ac9ef91

View 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 ();
}