#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Wed, 05 Oct 2016 16:26:52 +0200
changeset 16896 9336d232a127
parent 16895 463e46f35100
child 16897 ec65ea605732
#DOCUMENTATION by cg class: Tools::NavigationState changed: #codeAspect:
Tools__NavigationState.st
--- a/Tools__NavigationState.st	Wed Oct 05 16:26:38 2016 +0200
+++ b/Tools__NavigationState.st	Wed Oct 05 16:26:52 2016 +0200
@@ -196,7 +196,7 @@
     (codeView notNil and:[codeView isCodeView2]) ifTrue:[
         | xlatedCodeAspect |
 
-        xlatedCodeAspect := CodeAspectTranslations at: aSymbolOrNil ifAbsent: aSymbolOrNil.
+        xlatedCodeAspect := CodeAspectTranslations at: aSymbolOrNil ifAbsent:[aSymbolOrNil].
         codeView codeAspect: xlatedCodeAspect
     ].