You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lively.morphic/components/policy.js
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1019,8 +1019,7 @@ export class StylePolicy {
1019
1019
if(synthesized.layout){
1020
1020
synthesized.layout=synthesized.layout.copy();
1021
1021
synthesized.layout.estimateSubmorphExtents(synthesized,extractBuildSpecs);// should be done before the submorph specs are synthesized
1022
-
// however for submorphs which themselves are resized by layouts, the extent information is not yet determined
1023
-
// estimate the container extent
1022
+
// however for submorphs which themselves are resized by layouts, the extent information is not yet determined, instead estimate the container extent below
0 commit comments