[Plot] Follow universal time controller

Follow displayable area of universal time controller,
WTD-1515
This commit is contained in:
Victor Woeltjen
2015-09-04 13:57:26 -07:00
parent 3ce40ab870
commit c2985d61b7
3 changed files with 51 additions and 8 deletions

View File

@ -143,8 +143,7 @@ define(
PlotPanZoomStackGroup.prototype.getDepth = function () {
// All stacks are kept in sync, so look up depth
// from the first one.
return this.stacks.length > 0 ?
this.stacks[0].getDepth() : 0;
return this.stacks.length > 0 ? this.stacks[0].getDepth() : 0;
};
/**