Skip to content

Commit

Permalink
fix for layer deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
jostja committed Jun 23, 2024
1 parent a63c59b commit 07ade33
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 @@ -598,7 +598,7 @@ GMTEEditor >> createTraySpecWithBuilder: aBuilder [

{
#category : #'layer button functions',
#'squeak_changestamp' : 'jj 6/22/2024 20:46'
#'squeak_changestamp' : 'jj 6/23/2024 22:35'
}
GMTEEditor >> deleteSelectedLayers [
"deletes all selected layers unless this would delete all layers"
Expand All @@ -607,8 +607,8 @@ GMTEEditor >> deleteSelectedLayers [

self tileMap removeLayers: self selectedLayers.
self
forgetLayers: self selectedLayers;
deselectAllLayers
deselectAllLayers;
changed: #getLayerList
]

{
Expand Down

0 comments on commit 07ade33

Please sign in to comment.