1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/397c31931ce5/ changeset: r5029:397c31931ce5 user: kanwei date: 2011-02-09 19:24:35 summary: trackster: Recalc slots no matter what level it's on since it's fast enough affected #: 1 file (85 bytes) --- a/static/scripts/trackster.js Wed Feb 09 13:11:28 2011 -0500 +++ b/static/scripts/trackster.js Wed Feb 09 13:24:35 2011 -0500 @@ -2321,9 +2321,8 @@ } // Calculate new slots incrementally for this new chunk of data and update height if necessary. - var inc_scale = (w_scale < 0.0001 ? 1/this.view.zoom_res : w_scale); - required_height = this.incremental_slots(inc_scale, result.data, no_label, mode) * y_scale + min_height; - slots = this.inc_slots[inc_scale]; + required_height = this.incremental_slots(w_scale, result.data, no_label, mode) * y_scale + min_height; + slots = this.inc_slots[w_scale]; } canvas.get(0).width = width + left_offset; Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.