reset changes lines correctly

This commit is contained in:
Fabian Jakobs 2010-11-02 18:28:49 +01:00
commit c0ee808786

View file

@ -408,10 +408,7 @@ var VirtualRenderer = function(container, theme) {
this.$updateLines = function() {
var firstRow = this.$changedLines.firstRow;
var lastRow = this.$changedLines.lastRow;
this.$changedLines = {
firstRow: 0,
lastRow: Infinity
};
this.$changedLines = null;
var layerConfig = this.layerConfig;