clocks in selection/punch displays do actually need the background

This commit is contained in:
Paul Davis
2015-07-23 17:38:27 -04:00
parent a48684c692
commit 0ac1755394

View File

@@ -58,12 +58,6 @@ TimeInfoBox::TimeInfoBox ()
punch_start = new AudioClock ("punch-start", false, "punch", false, false, false, false);
punch_end = new AudioClock ("punch-end", false, "punch", false, false, false, false);
selection_start->set_draw_background (false);
selection_end->set_draw_background (false);
selection_length->set_draw_background (false);
punch_start->set_draw_background (false);
punch_end->set_draw_background (false);
selection_title.set_text (_("Selection"));
punch_title.set_text (_("Punch"));