Remove the PaddedButton widget as it broke rendering in some cases.

This commit is contained in:
André Nusser 2015-12-06 16:02:21 +01:00
parent 065d7c852a
commit 88d500b28a
9 changed files with 0 additions and 41 deletions

View file

@ -78,7 +78,6 @@ ExportTimespanSelector::ExportTimespanSelector (ARDOUR::Session * session, Profi
time_format_list = Gtk::ListStore::create (time_format_cols);
time_format_combo.set_model (time_format_list);
time_format_combo.set_name ("PaddedButton");
iter = time_format_list->append();
row = *iter;