diff --git a/packages/MorphicAPIExplorer-Core.package/MEXToolExplorationView.class/instance/changeCurrentMorph..st b/packages/MorphicAPIExplorer-Core.package/MEXToolExplorationView.class/instance/changeCurrentMorph..st index 55a5f362..dd6959dd 100644 --- a/packages/MorphicAPIExplorer-Core.package/MEXToolExplorationView.class/instance/changeCurrentMorph..st +++ b/packages/MorphicAPIExplorer-Core.package/MEXToolExplorationView.class/instance/changeCurrentMorph..st @@ -1,7 +1,7 @@ default morphs changeCurrentMorph: aMorph - self defaultMorph: aMorph. + self currentMorph: aMorph. self selectedMethods: (self defaultMorphs at: aMorph). - self updatePlaygroundContents: aMorph. + self playground updateContents: aMorph. self changed: #selectedMethods \ No newline at end of file diff --git a/packages/MorphicAPIExplorer-Core.package/MEXToolExplorationView.class/methodProperties.json b/packages/MorphicAPIExplorer-Core.package/MEXToolExplorationView.class/methodProperties.json index 5a02796a..a943c2a8 100644 --- a/packages/MorphicAPIExplorer-Core.package/MEXToolExplorationView.class/methodProperties.json +++ b/packages/MorphicAPIExplorer-Core.package/MEXToolExplorationView.class/methodProperties.json @@ -24,7 +24,7 @@ "buildSaveDefaultMorphButtonWith:" : "TB 5/13/2021 15:31", "category" : "FFN 5/9/2019 10:09", "category:" : "FFN 5/9/2019 10:09", - "changeCurrentMorph:" : "SC 7/5/2021 19:18", + "changeCurrentMorph:" : "SC 7/5/2021 19:29", "changeToOverView" : "TB 6/23/2021 19:07", "createDefaultMorphBox" : "PC 6/17/2021 17:47", "createMorphPlayground" : "FFN 7/6/2019 23:49",