Skip to content

Commit

Permalink
Merge pull request #858 from pillar-markup/fix_unreadable_text_in_Pha…
Browse files Browse the repository at this point in the history
…roLightTheme

Fix unreadable code in Pharo Light theme
  • Loading branch information
Ducasse authored Aug 15, 2024
2 parents d8722b8 + 292bd06 commit 466957f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ MicSmalltalkTextStyler class >> initialize [
"do not super initialize, that whould interfer with settings"

styleTable := SHRBTextStyler styleTable. "Not super, as that would just refer to my class-side variables"
textAttributes := nil.
formatIncompleteIdentifiers := false
]

Expand Down

0 comments on commit 466957f

Please sign in to comment.