Skip to content

Commit

Permalink
tiny bugfix in button order
Browse files Browse the repository at this point in the history
  • Loading branch information
RedToxyl committed Jun 5, 2024
1 parent d6d2239 commit 7c3848e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/GM-TE/GMTEEditor.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ GMTEEditor >> commandBar: anObject [

{
#category : #building,
#'squeak_changestamp' : 'TW 6/5/2024 02:01'
#'squeak_changestamp' : 'TW 6/5/2024 12:02'
}
GMTEEditor >> createCommandBarWithBuilder: aBuilder [
^aBuilder pluggablePanelSpec new
Expand Down Expand Up @@ -572,7 +572,7 @@ GMTEEditor >> importFromMorph [

{
#category : #building,
#'squeak_changestamp' : 'TW 6/5/2024 02:03'
#'squeak_changestamp' : 'TW 6/5/2024 12:01'
}
GMTEEditor >> importMenu [

Expand All @@ -583,12 +583,12 @@ GMTEEditor >> importMenu [
aMenuSpec
add: 'Tileset'
target: self
selector: #importFromMorph
selector: #import
argumentList: {};

add: 'Tilemap'
target: self
selector: #import
selector: #importFromMorph
argumentList: {}.

builder open: aMenuSpec
Expand Down

0 comments on commit 7c3848e

Please sign in to comment.