mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Drop region references when hiding the TimeFX dialog.
This commit is contained in:
parent
68c106eab5
commit
75dea5bdc0
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue