fix
This commit is contained in:
parent
b0a7003f06
commit
64e861eb8e
|
|
@ -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
|
// we're past the point where we could backtrack, so it's safe to call this
|
||||||
this._setDesktopName(name);
|
this._setDesktopName(name);
|
||||||
this._resize(width, height);
|
this._resize(width, height);
|
||||||
this._display.rotate(this._rotate);
|
this._display.rotate = this._rotate;
|
||||||
if (this._scale) {
|
if (this._scale) {
|
||||||
this._display.scale(1.0);
|
this._display.scale(1.0);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue