DragHandler.st
changeset 3533 250bab773934
parent 3529 2250b416c0ae
child 3534 ffbdc36acb93
equal deleted inserted replaced
3532:001b42c176a5 3533:250bab773934
   412                   toX:area left
   412                   toX:area left
   413                     y:area top
   413                     y:area top
   414                 width:saveUnder width
   414                 width:saveUnder width
   415                 height:saveUnder height
   415                 height:saveUnder height
   416                 async:false.
   416                 async:false.
       
   417 
       
   418     "Call #D1894600 - redraw artefakte bei drag im tree
       
   419      work around copy again back 
       
   420         - doesn't help for linux
       
   421         - maybe for windows?"
       
   422     saveUnder copyFrom:rootView
       
   423                      x: area left
       
   424                      y: area top
       
   425                  width: 1
       
   426                 height: 1.
   417 !
   427 !
   418 
   428 
   419 preDraggingIn:aSourceWidget
   429 preDraggingIn:aSourceWidget
   420     "setup my default values"
   430     "setup my default values"
   421 
   431