Status: Accepted
Owner: aplantec
New issue 3265 by aplantec: SystemWindow addAll:FullFrame: with hard
reference to BrowserCommentTextMorph
http://code.google.com/p/pharo/issues/detail?id=3265argh!
in SystemWindow>>addAll:FullFrame:
one have
(aMorph class name = #BrowserCommentTextMorph) ifTrue:
[aLayoutFrame rightOffset: windowBorderWidth negated.
aLayoutFrame leftOffset: windowBorderWidth.
aLayoutFrame bottomOffset: windowBorderWidth negated.
aLayoutFrame topOffset: (windowBorderWidth negated) + 4].