Drop region references when hiding the TimeFX dialog.
This commit is contained in:
parent
68c106eab5
commit
75dea5bdc0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user