Skip to content

Commit

Permalink
Merge pull request #251 from StephanEggermont/patch-1
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
dalehenrich committed Mar 29, 2016
2 parents 2c00425 + 479705b commit 4ebfa6f
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -10,7 +10,7 @@ collapseOrExpand
ifTrue: [
"Expand -- restore panes to morphics structure"
isCollapsed := false.
self activate. "Bring to frint first"
self activate. "Bring to front first"
collapsedFrame := self getBoundsWithFlex.
collapseBox ifNotNil: [ collapseBox setBalloonText: 'Collapse this window' ].
self setBoundsWithFlex: fullFrame.
Expand Down Expand Up @@ -44,4 +44,4 @@ collapseOrExpand
announce:
(WindowCollapsed new
window: self;
yourself)
yourself)

0 comments on commit 4ebfa6f

Please sign in to comment.