note to self.
authorRobin Gareus <robin@gareus.org>
Sat, 14 Mar 2015 18:26:21 +0000 (19:26 +0100)
committerRobin Gareus <robin@gareus.org>
Sat, 14 Mar 2015 21:59:07 +0000 (22:59 +0100)
gtk2_ardour/ardour_ui.cc

index 48605199e2fbc12532bdd14e4caba95d2ef43f22..f94a68d75952811633d37ef635ad3e25734b930d 100644 (file)
@@ -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 ();