UIPainter.st
changeset 2328 5324713ed697
parent 2319 357af951d0ec
child 2336 b3ce8b110486
equal deleted inserted replaced
2327:a1db8e464b02 2328:5324713ed697
  3443 canPaste
  3443 canPaste
  3444     |clipboard sel|
  3444     |clipboard sel|
  3445 
  3445 
  3446     clipboard := painterView getClipboardObject.
  3446     clipboard := painterView getClipboardObject.
  3447 
  3447 
  3448     clipboard notEmptyOrNil 
  3448     (clipboard isCollection 
       
  3449     and:[ clipboard notEmptyOrNil ]) 
  3449             ifTrue:[sel := clipboard first]
  3450             ifTrue:[sel := clipboard first]
  3450             ifFalse:[sel := clipboard].
  3451             ifFalse:[sel := clipboard].
  3451 
  3452 
  3452     ^ (sel isKindOf:UISpecification) 
  3453     ^ (sel isKindOf:UISpecification) 
  3453 "/                    and:[treeSelection size  = 1 
  3454 "/                    and:[treeSelection size  = 1