Commit 77a4b864 authored by David Schnur's avatar David Schnur

Trigger an overlay refresh when drawing the plot.

Resolves #1030.  The performance impact should be low, and is the
correct thing to do in just about all cases where a plot is being
redrawn.
parent 5fb61a92
......@@ -1758,6 +1758,11 @@ Licensed under the MIT license.
}
surface.render();
// A draw implies that either the axes or data have changed, so we
// should probably update the overlay highlights as well.
triggerRedrawOverlay();
}
function extractRange(ranges, coord) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment