Keep the RhythmFerret dialog window around after using an action.

Since 5.8-245-g3e43585fa, a response hides the dialog Window
in ArdourDialog::on_response (to prevent dialogs windows staying
around unresponsive while Ardour does background work).

The RF is special, and also the only dialog using explicit
add_action_widget().
This commit is contained in:
Robin Gareus 2017-04-07 00:29:02 +02:00
parent b38e81d261
commit bcab83205b
3 changed files with 8 additions and 1 deletions

View file

@ -59,6 +59,7 @@ class RhythmFerret : public ArdourDialog {
RhythmFerret (Editor&);
void set_session (ARDOUR::Session*);
void on_response (int);
protected:
void on_hide ();