tator icon indicating copy to clipboard operation
tator copied to clipboard

Fix show/updateFrame bug in canvas-applet-element

Open marktaipan-cvisionai opened this issue 1 year ago • 0 comments

Category Bugfix

Problem Incorrect statement in comments that the show() function of canvas-applet-element is called after updateFrame() is called.

Request

  • Fix comment
  • Create new variable that is set to true when this._frame does not match data.frame in show()
  • Set this._offscreenRoi = [0, 0, 1, 1] by default if the applet frame is different

marktaipan-cvisionai avatar Nov 26 '23 16:11 marktaipan-cvisionai