|
From: <ma...@us...> - 2011-01-22 20:57:30
|
Revision: 267
http://openautomation.svn.sourceforge.net/openautomation/?rev=267&view=rev
Author: mayerch
Date: 2011-01-22 20:57:24 +0000 (Sat, 22 Jan 2011)
Log Message:
-----------
Update clostes port of a block during mouse move when making a new connection
Modified Paths:
--------------
PyWireGate/trunk/logic_editor/gle/gle.block.js
Modified: PyWireGate/trunk/logic_editor/gle/gle.block.js
===================================================================
--- PyWireGate/trunk/logic_editor/gle/gle.block.js 2011-01-22 20:48:26 UTC (rev 266)
+++ PyWireGate/trunk/logic_editor/gle/gle.block.js 2011-01-22 20:57:24 UTC (rev 267)
@@ -354,7 +354,7 @@
portNumber:portNumber
}, editorConnectionPointDrag );
}
- $(obj).bind( 'mouseover', {
+ $(obj).bind( 'mousemove', {
portType :portType,
portNumber:portNumber
}, editorConnectionPointOverPort );
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|