Issue 3265 in pharo: SystemWindow addAll:FullFrame: with hard reference to BrowserCommentTextMorph

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 3265 in pharo: SystemWindow addAll:FullFrame: with hard reference to BrowserCommentTextMorph

pharo
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].
       



Reply | Threaded
Open this post in threaded view
|

Re: Issue 3265 in pharo: SystemWindow addAll:FullFrame: with hard reference to BrowserCommentTextMorph

pharo
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


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3265 in pharo: SystemWindow addAll:FullFrame: with hard reference to BrowserCommentTextMorph

pharo

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.


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3265 in pharo: SystemWindow addAll:FullFrame: with hard reference to BrowserCommentTextMorph

pharo
In reply to this post by pharo
Updates:
        Status: Closed

Comment #3 on issue 3265 by stephane.ducasse: SystemWindow  
addAll:FullFrame: with hard reference to BrowserCommentTextMorph
http://code.google.com/p/pharo/issues/detail?id=3265

(No comment was entered for this change.)