Fix scripts projects opening to support adync open when uisng Editor menu option
This commit is contained in:
@@ -180,7 +180,7 @@ void CodeEditingManager::OpenSolution(CodeEditorTypes editorType)
|
||||
const auto editor = GetCodeEditor(editorType);
|
||||
if (editor)
|
||||
{
|
||||
editor->OpenSolution();
|
||||
OpenSolution(editor);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user