Skip to content

Commit

Permalink
Merge origin/tmm-dev into tmm-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
valteu committed Jul 10, 2024
2 parents bf93c7e + da0cbd8 commit 2c22eb4
Showing 1 changed file with 18 additions and 11 deletions.
29 changes: 18 additions & 11 deletions source/GM-TE/GMTEEditorTileMap.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,15 @@ GMTEEditorTileMap >> handlesMouseMove: anEvent [
^ true
]

{
#category : #'event handling',
#'squeak_changestamp' : 'Ivo Zilkenat 7/10/2024 13:12'
}
GMTEEditorTileMap >> handlesMouseOver: anEvent [

^ true
]

{
#category : #initialization,
#'squeak_changestamp' : 'Alex M 6/28/2024 20:24'
Expand Down Expand Up @@ -130,6 +139,15 @@ GMTEEditorTileMap >> mouseDown: anEvent [
^ true
]

{
#category : #'event handling',
#'squeak_changestamp' : 'Ivo Zilkenat 7/10/2024 13:14'
}
GMTEEditorTileMap >> mouseLeave: anEvent [

self tileSelectionSet clearAllHighlightings
]

{
#category : #'event handling',
#'squeak_changestamp' : 'Valentin Teutschbein 7/10/2024 13:06'
Expand Down Expand Up @@ -184,17 +202,6 @@ GMTEEditorTileMap >> previousTileStates: anObject [
previousTileStates := anObject
]

{
#category : #updating,
#'squeak_changestamp' : 'Ivo Zilkenat 6/24/2024 11:35'
}
GMTEEditorTileMap >> rescaleMap [
"Override super behavior such that highlightings are removed during rescale events"

self tileSelectionSet clearAllHighlightings.
super rescaleMap
]

{
#category : #TODO,
#'squeak_changestamp' : 'Alex M 7/3/2024 23:50'
Expand Down

0 comments on commit 2c22eb4

Please sign in to comment.