File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -155,17 +155,17 @@ GMTEEditorTileMap >> mouseMove: anEvent [
155155
156156{
157157 #category : #' event handling' ,
158- #' squeak_changestamp' : ' Valentin Teutschbein 7/9/2024 21:58 '
158+ #' squeak_changestamp' : ' Valentin Teutschbein 7/9/2024 22:13 '
159159}
160160GMTEEditorTileMap >> mouseUp: anEvent [
161161
162162 | indicesToAdd activeLayer |
163- (self previousTileStates size > 0 ) ifTrue: [self saveTileEditChanges].
164163 self model brush firstMatrixIndex: nil .
165164 indicesToAdd := self model brush outputSet.
166165 activeLayer := self model selectedLayers anyOne.
167166 self updateTiles: (indicesToAdd asCollection) inLayer: activeLayer FromEvent: anEvent.
168167 self model brush resetOutputSet.
168+ (self previousTileStates size > 0 ) ifTrue: [self saveTileEditChanges]
169169]
170170
171171{
You can’t perform that action at this time.
0 commit comments