This commit is contained in:
Gerrit Brehmer 2019-12-08 15:31:47 +01:00
parent ca9b10b2a1
commit 3d8153687e
1 changed files with 1 additions and 1 deletions

View File

@ -1231,7 +1231,7 @@ export default class RFB extends EventTargetMixin {
this._resize(width, height);
this._display.rotate = this._rotate;
if (this._scale) {
this._display.scale(1.0);
this._display.scale = 1.0;
}
if (!this._viewOnly) { this._keyboard.grab(); }