Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit e694416

Browse files
author
Monte Goulding
authored
Merge pull request #1594 from livecode/bugfix-19585
[[Bug 19585]] Corrects positioning of windows in the Interactive Tuto…
2 parents e09ac48 + 523fa66 commit e694416

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Toolset/palettes/tutorial/revtutorial.livecodescript

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,9 +1129,9 @@ command revTutorialSetWindowShape pContentWidth, pContentHeight, pPointVertical,
11291129
create graphic "Shape" in tGroup
11301130
put it into tGraphic
11311131
set the style of it to "rectangle"
1132-
set the width of it to pContentWidth * the screenpixelscale
1133-
set the height of it to pContentHeight * the screenpixelscale
1134-
1132+
set the width of it to pContentWidth
1133+
set the height of it to pContentHeight
1134+
11351135
create graphic "Pointer" in tGroup
11361136
put it into tPointer
11371137
set the style of tPointer to "regular"

notes/bugfix-19585.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Improve rendering of Interactive Tutorial on Windows when screenPixelScale > 1

0 commit comments

Comments
 (0)