Author:   Lars Michelsen <[email protected]>
Date:     Tue Apr 12 17:39:05 2011 +0200
Committer:   Lars Michelsen <[email protected]>
Commit-Date: Tue Apr 12 17:39:05 2011 +0200

Fixed line mid controll positions on lines with unlocked middle

---

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

diff --git a/share/frontend/nagvis-js/js/NagVisObject.js 
b/share/frontend/nagvis-js/js/NagVisObject.js
index fa81767..173828a 100644
--- a/share/frontend/nagvis-js/js/NagVisObject.js
+++ b/share/frontend/nagvis-js/js/NagVisObject.js
@@ -750,7 +750,7 @@ var NagVisObject = Base.extend({
                              this.parseCoords(coord, dir)[1],
                              this.conf.line_cut);
            else
-               return coord[1];
+               return this.parseCoords(coord, dir)[1];
        },
 
        removeControls: function() {


------------------------------------------------------------------------------
Forrester Wave Report - Recovery time is now measured in hours and minutes
not days. Key insights are discussed in the 2010 Forrester Wave Report as
part of an in-depth evaluation of disaster recovery service providers.
Forrester found the best-in-class provider in terms of services and vision.
Read this report now!  http://p.sf.net/sfu/ibm-webcastpromo
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to