can't scroll all the way to the left with mouse

This commit is contained in:
nightwing 2011-08-25 13:58:19 +05:00
commit b21ec9185e

View file

@ -633,7 +633,7 @@ var VirtualRenderer = function(container, theme) {
var pos = this.$cursorLayer.getPixelPosition();
var left = pos.left + this.$padding;
var left = pos.left;
var top = pos.top;
if (this.scrollTop > top) {