Skip to content

Commit

Permalink
Enable save action on file new (o3de#16894)
Browse files Browse the repository at this point in the history
Signed-off-by: Luis Sempé <[email protected]>
  • Loading branch information
lsemp3d authored Oct 19, 2023
1 parent 783c3b3 commit 3cf0488
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gems/ScriptCanvas/Code/Editor/View/Windows/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1501,6 +1501,8 @@ namespace ScriptCanvasEditor
{
AZ_Warning("Script Canvas", createOutcome, "%s", createOutcome.GetError().data());
}

EnableOpenDocumentActions(true);
}

int MainWindow::InsertTabForAsset(AZStd::string_view assetPath, SourceHandle assetId, int tabIndex)
Expand Down

0 comments on commit 3cf0488

Please sign in to comment.