Nov. 17, 2010
9:12 a.m.
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=3265 argh! 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].