Skip to content

Commit f923ca3

Browse files
Rinzwindjecisc
authored andcommitted
Fixed bug (issue #13663): enabling the setting ‘Show lines numbers for all browsers’ only showed line numbers for the first method selected in a class.
1 parent 58d116b commit f923ca3

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)