mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
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:
parent
b38e81d261
commit
bcab83205b
3 changed files with 8 additions and 1 deletions
|
|
@ -59,6 +59,7 @@ class RhythmFerret : public ArdourDialog {
|
|||
RhythmFerret (Editor&);
|
||||
|
||||
void set_session (ARDOUR::Session*);
|
||||
void on_response (int);
|
||||
|
||||
protected:
|
||||
void on_hide ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue