note to self.

This commit is contained in:
Robin Gareus 2015-03-14 19:26:21 +01:00
parent d8d9f9b486
commit 0544a4039b

View 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 ();