mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 14:46:34 +01:00
Fix "assertion 'child->parent == NULL'
add_button() already adds the button to the dialog.
This commit is contained in:
parent
38be8c2746
commit
cc3d867ac4
1 changed files with 0 additions and 1 deletions
|
|
@ -41,7 +41,6 @@ public:
|
||||||
Gtk::Button *cancel_button = add_button (Gtk::Stock::CANCEL, Gtk::RESPONSE_CANCEL);
|
Gtk::Button *cancel_button = add_button (Gtk::Stock::CANCEL, Gtk::RESPONSE_CANCEL);
|
||||||
cancel_button->signal_clicked().connect (cancel);
|
cancel_button->signal_clicked().connect (cancel);
|
||||||
cancel_button->show();
|
cancel_button->show();
|
||||||
get_vbox()->pack_start (*cancel_button, Gtk::PACK_SHRINK);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void update_progress (ARDOUR::samplecnt_t c, ARDOUR::samplecnt_t t) {
|
void update_progress (ARDOUR::samplecnt_t c, ARDOUR::samplecnt_t t) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue