Skip to content

Commit c178bf0

Browse files
committed
#395 log zoom factor used for cursor
1 parent c69bae3 commit c178bf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

html5/js/Window.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,6 +1208,7 @@ class XpraWindow {
12081208
}
12091209
if (zoom !== 1 && !Utilities.isMacOS()) {
12101210
//scale it:
1211+
this.debug("geometry", "scaling cursor by zoom factor:", zoom);
12111212
const temporary_img = new Image();
12121213
temporary_img.addEventListener("load", () => {
12131214
const canvas = document.createElement("canvas");

0 commit comments

Comments
 (0)