This commit is contained in:
Gerrit Brehmer 2019-12-08 14:56:02 +01:00
parent b0a7003f06
commit 64e861eb8e
1 changed files with 1 additions and 1 deletions

View File

@ -1229,7 +1229,7 @@ export default class RFB extends EventTargetMixin {
// we're past the point where we could backtrack, so it's safe to call this
this._setDesktopName(name);
this._resize(width, height);
this._display.rotate(this._rotate);
this._display.rotate = this._rotate;
if (this._scale) {
this._display.scale(1.0);
}