From 0544a4039b5ca3f7715b4274186a24ced93a3d08 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 14 Mar 2015 19:26:21 +0100 Subject: [PATCH] note to self. --- gtk2_ardour/ardour_ui.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc index 48605199e2..f94a68d759 100644 --- a/gtk2_ardour/ardour_ui.cc +++ b/gtk2_ardour/ardour_ui.cc @@ -4241,6 +4241,7 @@ int ARDOUR_UI::reconnect_to_engine () { if (AudioEngine::instance()->start ()) { + // TODO somehow make this the topmost window (above any dialogs currently visible) if (editor) { MessageDialog msg (*editor, _("Could not reconnect to the Audio/MIDI engine")); msg.run (); -- 2.30.2