Skip to content

Commit

Permalink
editor ref
Browse files Browse the repository at this point in the history
  • Loading branch information
jostja committed Jun 24, 2024
1 parent 4903f38 commit 93701a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/GM-TE/GMTEEditor.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -1336,15 +1336,15 @@ GMTEEditor >> selectOnlyLayer: anIndex [

{
#category : #accessing,
#'squeak_changestamp' : 'jj 6/22/2024 21:40'
#'squeak_changestamp' : 'jj 6/24/2024 11:33'
}
GMTEEditor >> selectTile: anObject [
"selects a tile from the tile store"

"TODO: might be problematic with tray. Maybe give tiles in the store IDs?"
(anObject = self selectedTile)
ifTrue:[self unselectTile]
ifFalse:[
ifTrue: [self unselectTile]
ifFalse: [
self selectedTile: anObject.
self tileMap tileSelectionSet highlightImage: anObject fullResolutionSprite.
self trayViewer morph submorphs first
Expand Down

0 comments on commit 93701a1

Please sign in to comment.