#UI_ENHANCEMENT
authorClaus Gittinger <cg@exept.de>
Fri, 11 Dec 2015 16:38:38 +0100
changeset 3244 6b83ffb461b5
parent 3243 792a37911b41
child 3245 ff9a2e01e0a5
#UI_ENHANCEMENT class: UIPainterView changed: #pasteSpecifications:into:beforeIndex:keepLayout:keepPosition:at: fixed paste with layout
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:[