13
0

Drop region references when hiding the TimeFX dialog.

This commit is contained in:
Robin Gareus 2017-07-07 17:30:37 +02:00
parent 68c106eab5
commit 75dea5bdc0

View File

@ -78,6 +78,11 @@ public:
Gtk::Dialog::on_response (response_id);
}
void hide () {
regions.clear ();
ArdourDialog::hide ();
}
private:
ARDOUR::framecnt_t original_length;
Gtk::Adjustment pitch_octave_adjustment;