tator
tator copied to clipboard
Fix show/updateFrame bug in canvas-applet-element
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
whenthis._frame
does not matchdata.frame
inshow()
- Set
this._offscreenRoi = [0, 0, 1, 1]
by default if the applet frame is different