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
Aleksander Morgensterns committed Jul 12, 2024
2 parents 1c95865 + 413cd25 commit 22fbce2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion source/GM-TE/GMTEButtonGroup.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Buttons can join a GMTEButtonGroup, which then ensures that only one of them is
Class {
#name : #GMTEButtonGroup,
#superclass : #Dictionary,
#category : #'GM-TE-Core',
#category : #'GM-TE-Editor',
#'squeak_changestamp' : 'mcjj 7/12/2024 23:26'
}

Expand Down
6 changes: 2 additions & 4 deletions source/GM-TE/GMTETile.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@ GMTETile class >> checkerBoardColors [

{
#category : #'instance creation',
#'squeak_changestamp' : 'Valentin Teutschbein 7/12/2024 20:54'
#'squeak_changestamp' : 'Ivo Zilkenat 7/12/2024 23:50'
}
GMTETile class >> checkerBoardTile [
"Returns a tile with a checkboard pattern"

| checkerboardPatternForm |
self flag: 'Magic number 32?'.

checkerboardPatternForm := Form extent: 2 @ 2 depth: 32.
self checkerBoardColors keysDo: [:offset |
Expand Down Expand Up @@ -56,10 +55,9 @@ GMTETile class >> placeHolderColor [

{
#category : #'instance creation',
#'squeak_changestamp' : 'jj 6/22/2024 16:11'
#'squeak_changestamp' : 'Ivo Zilkenat 7/12/2024 23:51'
}
GMTETile class >> position: aPoint extent: anExtent [
"comment stating purpose of message"

^ (self new)
setPlaceholderWithExtent: anExtent color: self placeHolderColor;
Expand Down

0 comments on commit 22fbce2

Please sign in to comment.