Browse Source

Merge branch 'master' into develop

v3_develop
jos 10 years ago
parent
commit
72b26347db
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/timeline/component/TimeAxis.js

+ 1
- 1
lib/timeline/component/TimeAxis.js View File

@ -385,7 +385,7 @@ TimeAxis.prototype._calculateCharSize = function () {
// determine the char width and height on the major axis
if (!this.dom.measureCharMajor) {
this.dom.measureCharMajor = document.createElement('DIV');
this.dom.measureCharMajor.className = 'text minor measure';
this.dom.measureCharMajor.className = 'text major measure';
this.dom.measureCharMajor.style.position = 'absolute';
this.dom.measureCharMajor.appendChild(document.createTextNode('0'));

Loading…
Cancel
Save