Skip to content

Commit

Permalink
bugfix to layout initial total height
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed Aug 17, 2012
1 parent 69379d2 commit d7265ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/JBrowse/View/Layout2.js
Expand Up @@ -9,6 +9,7 @@ return declare( null,
this.bitmap = [];
this.rectangles = {};
this.maxTop = 0;
this.pTotalHeight = 0; // total height, in units of bitmap squares (px/pitchY)
this.vertPadding = 2; // pixels
},

Expand Down

0 comments on commit d7265ab

Please sign in to comment.