[Pharo-project] Issue 3265 in pharo: SystemWindow addAll:FullFrame: with hard reference to BrowserCommentTextMorph
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].
Updates: Status: Fixed Labels: Milestone-1.2 Comment #1 on issue 3265 by aplantec: SystemWindow addAll:FullFrame: with hard reference to BrowserCommentTextMorph http://code.google.com/p/pharo/issues/detail?id=3265 SLICE-Issue-3265-SystemWindow-addAllFullFrame-with-hard-reference-to-BrowserCommentTextMorph
Comment #2 on issue 3265 by stephane.ducasse: SystemWindow addAll:FullFrame: with hard reference to BrowserCommentTextMorph http://code.google.com/p/pharo/issues/detail?id=3265 Thanks. What ugly code.
participants (1)
-
pharo@googlecode.com