Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Storost committed Jun 15, 2024
1 parent 736f8c3 commit c2c2419
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
10 changes: 10 additions & 0 deletions source/GM-TE/GMTEEditableTileMap.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,16 @@ GMTEEditableTileMap >> mouseMove: anEvent [
borderWidth: 2"
]

{
#category : #'as yet unclassified',
#'squeak_changestamp' : 'JS 6/15/2024 12:41'
}
GMTEEditableTileMap >> rescaleMap [

self tileSelectionSet clearAllHighlightings.
super rescaleMap
]

{
#category : #'as yet unclassified',
#'squeak_changestamp' : 'Valentin Teutschbein 6/7/2024 22:18'
Expand Down
3 changes: 1 addition & 2 deletions source/GM-TE/GMTETileMap.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -437,11 +437,10 @@ GMTETileMap >> mapTileWidth: anObject [

{
#category : #updating,
#'squeak_changestamp' : 'TW 6/11/2024 17:14'
#'squeak_changestamp' : 'JS 6/15/2024 12:41'
}
GMTETileMap >> rescaleMap [

self tileSelectionSet clearAllHighlightings.
self rescaleMapWidth: self tileWidth height: self tileHeight padding: self mapPadding
]

Expand Down

0 comments on commit c2c2419

Please sign in to comment.