Skip to content

Commit aacc4fb

Browse files
committed
minor fix
1 parent a858c3a commit aacc4fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CoypuIDE/DSP.extension.st

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,9 @@ DSP >> displayUI [
172172

173173

174174
"ADD EVENT HANDLER TO SAFELY TERMINATE EVERY ICVISUALIZER UPDATEVALUE PROCESS"
175-
"space
175+
space
176176
addEventHandlerOn: BlSpaceClosedEvent
177-
do: [ ICValueDisplay isUpdating: false ]."
177+
do: [ ICValueDisplay isUpdating: false ].
178178
space show.
179179
^ space
180180
]

0 commit comments

Comments
 (0)