Changeset 66

Show
Ignore:
Timestamp:
07/21/08 20:57:28 (1 month ago)
Author:
bi..@lilyapp.org
Message:

fix bug #70

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lily/lily/chrome/content/patch.js

    r64 r66  
    14081408 
    14091409                //create tmp object 
    1410                 var o=thisPtr.patch.createObject("tmp",false,parseInt(e.clientY),parseInt(e.clientX),null,null); 
     1410                var o=thisPtr.patch.createObject("tmp",false,parseInt(e.clientY+thisPtr.patch.patchView.oWin.scrollY),parseInt(e.clientX+thisPtr.patch.patchView.oWin.scrollX),null,null); 
    14111411                o.controller.select(e); 
    14121412                o.controller.startEditObj();