|
From: <ma...@us...> - 2011-01-16 12:56:57
|
Revision: 256
http://openautomation.svn.sourceforge.net/openautomation/?rev=256&view=rev
Author: mayerch
Date: 2011-01-16 12:56:51 +0000 (Sun, 16 Jan 2011)
Log Message:
-----------
Resize canvas during block move and resize
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-16 12:53:14 UTC (rev 255)
+++ PyWireGate/trunk/logic_editor/gle/gle.block.js 2011-01-16 12:56:51 UTC (rev 256)
@@ -221,6 +221,7 @@
if( height < 10 ) height = 10; // sanity...
draw();
}
+ editorResize( { x: x + width, y: y + height } );
$.each( inPorts, function(i){
//if( 'connection' in this )
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|