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 b26ad31 + 5689ac9 commit f49bbc9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 5 additions & 1 deletion source/GM-TE/GMTEButtonGroup.class.st
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
"
Buttons can join a GMTEButtonGroup, which then ensures that only one of them is active at a time.
"
Class {
#name : #GMTEButtonGroup,
#superclass : #Dictionary,
#category : #'GM-TE-Core'
#category : #'GM-TE-Core',
#'squeak_changestamp' : 'mcjj 7/12/2024 23:26'
}

{
Expand Down
5 changes: 3 additions & 2 deletions source/GM-TE/GMTEEditor.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -1356,14 +1356,15 @@ GMTEEditor >> initialize [

{
#category : #initialization,
#'squeak_changestamp' : 'tw 7/12/2024 23:03'
#'squeak_changestamp' : 'mcjj 7/12/2024 23:31'
}
GMTEEditor >> initializeBrush [
"Necessary so the button knows it is selected"

self
brush: GMTEBrush new;
selectRadiusBrush.
selectRadiusBrush;
changed: #getBrushRadiusAsString
]

{
Expand Down

0 comments on commit f49bbc9

Please sign in to comment.