summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_dialog.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-04-07 00:29:02 +0200
committerRobin Gareus <robin@gareus.org>2017-04-07 00:29:21 +0200
commitbcab83205b07559f6eb404b03c3be43acb5fbbf9 (patch)
tree5c45b06490051e0fa0fc452d802ae27935596b3d /gtk2_ardour/ardour_dialog.h
parentb38e81d2617f8c50ca8bdc7181d0bb355b7d306c (diff)
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().
Diffstat (limited to 'gtk2_ardour/ardour_dialog.h')
-rw-r--r--gtk2_ardour/ardour_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour_dialog.h b/gtk2_ardour/ardour_dialog.h
index c65eaa5a09..990d86024f 100644
--- a/gtk2_ardour/ardour_dialog.h
+++ b/gtk2_ardour/ardour_dialog.h
@@ -47,7 +47,7 @@ public:
bool on_delete_event (GdkEventAny*);
void on_unmap ();
void on_show ();
- void on_response (int);
+ virtual void on_response (int);
private:
WM::ProxyTemporary* proxy;