|
@ -185,7 +185,9 @@ RangeItem.prototype.repositionX = function(limitSize) { |
|
|
end = 2 * parentWidth; |
|
|
end = 2 * parentWidth; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
var boxWidth = Math.max(end - start, 1); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// add 0.5 to compensate floating-point values rounding
|
|
|
|
|
|
var boxWidth = Math.max(end - start + 0.5, 1); |
|
|
|
|
|
|
|
|
if (this.overflow) { |
|
|
if (this.overflow) { |
|
|
if (this.options.rtl) { |
|
|
if (this.options.rtl) { |
|
|