src/widgets/MultiSegments.js
changeset 988 eefd336335f9
parent 982 cfcbac34d020
child 1013 392ddcd212d7
--- a/src/widgets/MultiSegments.js	Thu Jan 17 17:25:46 2013 +0100
+++ b/src/widgets/MultiSegments.js	Fri Jan 25 18:16:29 2013 +0100
@@ -79,7 +79,8 @@
                 line.segmentWidget,
                 IriSP._({
                     type: "Segments",
-                    annotation_type: _anntype
+                    annotation_type: _anntype,
+                    width: _this.width
                 }).extend(segmentsopts)
             );
             
@@ -87,7 +88,8 @@
                 line.annotationWidget,
                 IriSP._({
                     type: "Annotation",
-                    annotation_type: _anntype
+                    annotation_type: _anntype,
+                    width: _this.width
                 }).extend(annotationopts)
             );