# HG changeset patch # User Claus Gittinger # Date 1449848318 -3600 # Node ID 6b83ffb461b54d7a3909e72b31e7a85b63854d2f # Parent 792a37911b411430725f35080f61e739773b327f #UI_ENHANCEMENT class: UIPainterView changed: #pasteSpecifications:into:beforeIndex:keepLayout:keepPosition:at: fixed paste with layout diff -r 792a37911b41 -r 6b83ffb461b5 UIPainterView.st --- a/UIPainterView.st Wed Nov 18 11:36:50 2015 +0100 +++ b/UIPainterView.st Fri Dec 11 16:38:38 2015 +0100 @@ -487,7 +487,7 @@ beforeIndex notNil ifTrue:[ beforeIndex := beforeIndex + 1 ]. - eachSpec keepUILayout ifTrue:[ + (keepLayout or:[eachSpec keepUILayout]) ifTrue:[ view layout:eachSpec layout. ] ifFalse:[ (keepPosition and:[ uiPainterAttributes notNil ]) ifTrue:[