Session import dialog is no longer a transient for the editor.

This commit is contained in:
nick_m 2015-03-15 05:23:09 +11:00
parent b1ff942101
commit 4e865a1c54

View File

@ -136,7 +136,6 @@ void
Editor::session_import_dialog ()
{
SessionImportDialog dialog (_session);
ensure_float (dialog);
dialog.run ();
}