mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Remove the PaddedButton widget as it broke rendering in some cases.
This commit is contained in:
parent
065d7c852a
commit
88d500b28a
9 changed files with 0 additions and 41 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue