Skip to content

Commit

Permalink
fix for nil in field
Browse files Browse the repository at this point in the history
  • Loading branch information
jostja committed Jul 12, 2024
1 parent 02bfbbc commit 5689ac9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source/GM-TE/GMTEEditor.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -1337,14 +1337,15 @@ GMTEEditor >> initialize [

{
#category : #initialization,
#'squeak_changestamp' : 'tw 7/12/2024 23:03'
#'squeak_changestamp' : 'mcjj 7/12/2024 23:31'
}
GMTEEditor >> initializeBrush [
"Necessary so the button knows it is selected"

self
brush: GMTEBrush new;
selectRadiusBrush.
selectRadiusBrush;
changed: #getBrushRadiusAsString
]

{
Expand Down

0 comments on commit 5689ac9

Please sign in to comment.