Skip to content

Commit

Permalink
Fixed bug (issue #13663): enabling the setting ‘Show lines numbers fo…
Browse files Browse the repository at this point in the history
…r all browsers’ only showed line numbers for the first method selected in a class.
  • Loading branch information
Rinzwind authored and jecisc committed May 5, 2023
1 parent 58d116b commit f923ca3
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 f923ca3

Please sign in to comment.