Skip to content

Commit cf3d3fd

Browse files
authored
Merge pull request #13665 from jecisc/13663-line-numbers
Backport fixe #13663
2 parents 58d116b + f923ca3 commit cf3d3fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Calypso-Browser/ClyTextLineNumbersSwitchMorph.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ ClyTextLineNumbersSwitchMorph >> attachToTextMorph [
5858
self updateLabel.
5959
self addMorph: label.
6060
self class showLineNumbers
61-
ifTrue: [ self toggle ]
61+
ifTrue: [ textMorph withLineNumbers ]
6262
]
6363

6464
{ #category : #operations }

0 commit comments

Comments
 (0)