[Plot] Update ticks during pan

WTD-1273.
This commit is contained in:
Victor Woeltjen 2015-06-20 11:21:55 -07:00
parent 53f712b506
commit f3cbcf0abe

View File

@ -270,6 +270,7 @@ define(
if (panStart) {
updatePan();
updateDrawingBounds();
updateTicks();
}
},
/**
@ -307,6 +308,7 @@ define(
marqueeStart = undefined;
updateMarqueeBox();
updateDrawingBounds();
updateTicks();
}
if (panStart) {
// End panning