Revision: 3920
Author: seba.wagner
Date: Fri Jul 1 05:03:46 2011
Log: Fix part of Issue 1423
http://code.google.com/p/openmeetings/source/detail?r=3920
Modified:
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/whiteboard/base/tools/baseDrawULine.lzx
=======================================
---
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/whiteboard/base/tools/baseDrawULine.lzx
Sun Apr 25 09:18:21 2010
+++
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/whiteboard/base/tools/baseDrawULine.lzx
Fri Jul 1 05:03:46 2011
@@ -60,10 +60,10 @@
var width = maxx-minx;
var height = maxy-miny;
- var x1 = this.startx-minx+(this.currentlinelineWidth/2);
- var y1 = this.starty-miny+(this.currentlinelineWidth/2);
- var x2 = this.endx-minx+(this.currentlinelineWidth/2);
- var y2 = this.endy-miny+(this.currentlinelineWidth/2);
+ var x1 = this.startx-minx+(this.currentulinelineWidth/2);
+ var y1 = this.starty-miny+(this.currentulinelineWidth/2);
+ var x2 = this.endx-minx+(this.currentulinelineWidth/2);
+ var y2 = this.endy-miny+(this.currentulinelineWidth/2);
//Debug.write("minx,miny,width,height: ",minx,miny,width,height);
--
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en.