minor fix for dockable borders.

This commit is contained in:
Christopher Jeffrey 2015-07-23 02:00:17 -07:00
parent 82d4355517
commit ffb611e383
1 changed files with 1 additions and 0 deletions

View File

@ -940,6 +940,7 @@ Screen.prototype._dockBorders = function() {
ch = lines[y][x][1]; ch = lines[y][x][1];
if (angles[ch]) { if (angles[ch]) {
lines[y][x][1] = this._getAngle(lines, x, y); lines[y][x][1] = this._getAngle(lines, x, y);
lines[y].dirty = true;
} }
} }
} }