Skip to content

Commit

Permalink
Fixes cascade for specimen editing
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeAtHPI committed Jul 6, 2023
1 parent 4d46d19 commit eb8cf9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
*Babylonian-ExampleMining-Core
newSpecimenEditingButtonFor: specimenConstructor

^ self newSpecimenSelectionButtonOnClick: [(self example resolveLiveSpecimen: specimenConstructor) inspect];
^ (self newSpecimenSelectionButtonOnClick: [(self example resolveLiveSpecimen: specimenConstructor) inspect])
labelGraphic: (BPIcons wrenchIcon scaledToSize: self iconSize * 0.7);
balloonText: 'Click to open the specimen editing tool';
yourself
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"instance" : {
"addArgumentScriptMorphs" : "joabe 7/6/2023 22:59",
"addReceiverConstructorMorph" : "joabe 7/6/2023 22:51",
"newSpecimenEditingButtonFor:" : "joabe 7/6/2023 23:01" } }
"newSpecimenEditingButtonFor:" : "joabe 7/6/2023 23:49" } }

0 comments on commit eb8cf9b

Please sign in to comment.