2017-06-17 19:35 GMT+02:00 Hilaire <hilaire@drgeo.eu>:
Found, it is the Layout protocol. It seems to behave differently, at least:

�� �� �� �� LayoutFrame fractions: fractionsOrNil offsets: offsetsOrNil

does not behave the same

Le 17/06/2017 �� 18:40, Hilaire a ��crit :
> I think the changes originated more likely in P4.

--
Dr. Geo
http://drgeo.eu



Do you know how to fix it ?

Replacing code like

self window addMorph: treeMorph
������ ������ ������ ������ fullFrame: (LayoutFrame
������ ������ ������ ������ ������ fractions: (0@0 corner: 0.2@1)
������ ������ ������ ������ ������ offsets: (0 @ menuBarShiftY��
������ ������ ������ ������ ������ ������ corner: 0@statusHeight negated)).


with


self window addMorph: treeMorph
������ ������ ������ ������ fullFrame: ((0@0 corner: 0.2@1) asLayoutFrame topLeftOffset: (0 @ menuBarShiftY) ;bottomRightOffset:�� (0@statusHeight negated)).

works for me.