Skip to content

Commit

Permalink
AND and OR operations are working
Browse files Browse the repository at this point in the history
  • Loading branch information
carolahp committed Oct 16, 2023
1 parent ffc68a1 commit 0f24a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NewTools-Scopes-Browser/ScopesPresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ ScopesPresenter >> performOperation: aSymbol with: anItem [
newName := anItem label , aSymbol , anEnvironment label.
newScope label: newName.

self scopesManagerClass singleInstance addScope: newScope asScopeNode.
self scopesManagerClass singleInstance addScope: newScope.
self refresh
]

Expand Down

0 comments on commit 0f24a43

Please sign in to comment.