From bcab83205b07559f6eb404b03c3be43acb5fbbf9 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 7 Apr 2017 00:29:02 +0200 Subject: 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(). --- gtk2_ardour/rhythm_ferret.cc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gtk2_ardour/rhythm_ferret.cc') diff --git a/gtk2_ardour/rhythm_ferret.cc b/gtk2_ardour/rhythm_ferret.cc index 2106f487d2..aa4a8c908a 100644 --- a/gtk2_ardour/rhythm_ferret.cc +++ b/gtk2_ardour/rhythm_ferret.cc @@ -172,6 +172,12 @@ RhythmFerret::RhythmFerret (Editor& e) analysis_mode_changed (); } +void +RhythmFerret::on_response (int response_id) +{ + Gtk::Dialog::on_response (response_id); +} + void RhythmFerret::analysis_mode_changed () { -- cgit v1.2.3