Skip to content

Fixed interpolation crash in last frame

Raza, Zamaan requested to merge detectorscene_tooltip_crash into develop

Resolves #226 (closed)

  • Generating tooltip in DetectorScene requires a state interpolation for all _cursorModes other than PIXEL. This was causing a crash when scrolling/switching to the last frame in the range.
  • Reduced overhead of computing all angles for every _cursorMode, even when unused.

Merge request reports