Skip to content

Commit

Permalink
Update packages/MorphicAPIExplorer-Core.package/MEXToolExplorationVie…
Browse files Browse the repository at this point in the history
…w.class/instance/changeToOverView.st

Co-authored-by: Morpheus <45319412+Zyranix@users.noreply.github.com>
  • Loading branch information
taminob and Zyranix committed Jul 5, 2021
1 parent f08ac49 commit f8990ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ui
changeToOverView

| newView |
(self standardMorphs noneSatisfy: [:each | (each class = category defaultMorph class)])
(self standardMorphs noneSatisfy: [:aMorph | (aMorph class = category defaultMorph class)])
ifTrue: [self defaultMorphs removeKey: self category defaultMorph].
newView := MEXToolOverView new.
newView defaultMorphs: self defaultMorphs.
Expand Down

0 comments on commit f8990ab

Please sign in to comment.