Skip to content

Commit 873a6ff

Browse files
committed
refactored editor
1 parent 42cc571 commit 873a6ff

File tree

2 files changed

+263
-317
lines changed

2 files changed

+263
-317
lines changed

source/GM-TE/GMTEBrush.class.st

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,14 @@ GMTEBrush >> firstMatrixIndex: anObject [
146146

147147
{
148148
#category : #initialization,
149-
#'squeak_changestamp' : 'JS 7/11/2024 13:59'
149+
#'squeak_changestamp' : 'tw 7/12/2024 23:02'
150150
}
151151
GMTEBrush >> initialize [
152152

153153
super initialize.
154-
self resetOutputSet
154+
self
155+
resetOutputSet;
156+
radius: 1
155157
]
156158

157159
{

0 commit comments

Comments
 (0)