mirror of
https://github.com/nasa/openmct.git
synced 2025-06-06 17:31:40 +00:00
[Plot] Update ticks during pan
WTD-1273.
This commit is contained in:
parent
53f712b506
commit
f3cbcf0abe
@ -270,6 +270,7 @@ define(
|
|||||||
if (panStart) {
|
if (panStart) {
|
||||||
updatePan();
|
updatePan();
|
||||||
updateDrawingBounds();
|
updateDrawingBounds();
|
||||||
|
updateTicks();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
@ -307,6 +308,7 @@ define(
|
|||||||
marqueeStart = undefined;
|
marqueeStart = undefined;
|
||||||
updateMarqueeBox();
|
updateMarqueeBox();
|
||||||
updateDrawingBounds();
|
updateDrawingBounds();
|
||||||
|
updateTicks();
|
||||||
}
|
}
|
||||||
if (panStart) {
|
if (panStart) {
|
||||||
// End panning
|
// End panning
|
||||||
|
Loading…
x
Reference in New Issue
Block a user