Skip to content

Commit

Permalink
Fixes typo of legend wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeAtHPI committed Oct 16, 2023
1 parent 086a4d0 commit 7a69c54
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
Expand Up @@ -5,7 +5,7 @@ visualizeButtonClickedFor: aTrace
lineMorph := self ensureLineMorphFor: aTrace.

scrollPane := (lineMorph submorphNamed: #scrollWrapper) submorphNamed: #scrollPane.
axisYNotationHolder := lineMorph submorphNamed: #axisYNotationHolder.
axisYNotationHolder := lineMorph submorphNamed: #bpLegendWrapper.
axisYNotationMorph := lineMorph valueOfProperty: #bpAxisYNotationMorph.
visualizationMorph := lineMorph valueOfProperty: #bpVisualizationMorph.
valuesMorph := lineMorph valueOfProperty: #bpValuesMorph.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
"updateResultsFrom:" : "joabe 7/1/2023 17:10",
"updateVisualizationMorphInside:over:for:" : "pre 5/26/2021 20:43",
"valuesMorphClass" : "joabe 10/6/2023 11:19",
"visualizeButtonClickedFor:" : "pre 5/27/2021 12:06" } }
"visualizeButtonClickedFor:" : "joabe 10/16/2023 15:31" } }

0 comments on commit 7a69c54

Please sign in to comment.