[squeak-dev] SelectionMorph send to back

karl ramberg karlramberg at gmail.com
Thu May 7 19:05:50 UTC 2015


SelectionMorph does not have a owner.
Method should probably be something like

SelectionMorph>>goBehind
   ActiveWorld addMorphNearBack: self.

Karl

On Thu, May 7, 2015 at 8:48 PM, stephan <stephan at stack.nl> wrote:

> 4.6-14191 (and older, and all Pharo's)
> When selecting a few windows with shift-drag, sending them to back MNUs
>
> SelectionMorph might behave better with an empty implementation
> of goBehind instead of the current one from Morph
>
> SelectionMorph>>goBehind
>     owner addMorphNearBack: self.
>
> Stephan
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20150507/a8c5f246/attachment.htm


More information about the Squeak-dev mailing list