force jack-disconnected dialog to top (fixes #5291)

git-svn-id: svn://localhost/ardour2/branches/3.0@13942 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis
2013-01-21 13:13:02 +00:00
parent 2586dacf5b
commit 76f74b9c88

View File

@@ -1970,8 +1970,9 @@ JACK, reconnect and save the session."), PROGRAM_NAME);
MessageDialog msg (*editor, msgstr);
pop_back_splash (msg);
msg.set_keep_above (true);
msg.run ();
if (free_reason) {
free (const_cast<char*> (reason));
}