Skip to content

Commit

Permalink
Merge pull request #13665 from jecisc/13663-line-numbers
Browse files Browse the repository at this point in the history
Backport fixe #13663
  • Loading branch information
MarcusDenker authored May 6, 2023
2 parents 58d116b + f923ca3 commit cf3d3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Calypso-Browser/ClyTextLineNumbersSwitchMorph.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ ClyTextLineNumbersSwitchMorph >> attachToTextMorph [
self updateLabel.
self addMorph: label.
self class showLineNumbers
ifTrue: [ self toggle ]
ifTrue: [ textMorph withLineNumbers ]
]

{ #category : #operations }
Expand Down

0 comments on commit cf3d3fd

Please sign in to comment.