Fix scripts projects opening to support adync open when uisng Editor menu option

This commit is contained in:
Wojtek Figat
2021-06-09 10:59:15 +02:00
parent 484bc409d4
commit 9614b7b014

View File

@@ -180,7 +180,7 @@ void CodeEditingManager::OpenSolution(CodeEditorTypes editorType)
const auto editor = GetCodeEditor(editorType);
if (editor)
{
editor->OpenSolution();
OpenSolution(editor);
}
else
{