Author:   Lars Michelsen <[email protected]>
Date:     Sat Apr 16 23:19:29 2011 +0200
Committer:   Lars Michelsen <[email protected]>
Commit-Date: Sat Apr 16 23:19:29 2011 +0200

Fixed mouse pointer after grid alignment of objects

---

 share/frontend/nagvis-js/js/NagVisObject.js |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/share/frontend/nagvis-js/js/NagVisObject.js 
b/share/frontend/nagvis-js/js/NagVisObject.js
index 17e86ff..62815cf 100644
--- a/share/frontend/nagvis-js/js/NagVisObject.js
+++ b/share/frontend/nagvis-js/js/NagVisObject.js
@@ -1049,6 +1049,9 @@ var NagVisObject = Base.extend({
 
                saveObjectAfterAnchorAction(obj);
 
+               // Remove the dragging hand after dropping
+               document.body.style.cursor = 'auto';
+
                arr      = null;
                objId    = null;
                anchorId = null;


------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to