Skip to content

Commit

Permalink
hotfixing bug introduced through faulty merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyranix committed Jul 5, 2021
1 parent 34ed9ad commit 8b8bcbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8b8bcbd

Please sign in to comment.