diff -r a1db8e464b02 -r 5324713ed697 UIPainter.st --- a/UIPainter.st Mon Mar 31 15:45:04 2008 +0200 +++ b/UIPainter.st Tue Apr 01 18:56:16 2008 +0200 @@ -3445,7 +3445,8 @@ clipboard := painterView getClipboardObject. - clipboard notEmptyOrNil + (clipboard isCollection + and:[ clipboard notEmptyOrNil ]) ifTrue:[sel := clipboard first] ifFalse:[sel := clipboard].