racket/gui win32: fix for backing-scale
Closes PR 14278 original commit: 2d2cd2744cd9a2f7c6e5e238ffbe36203c7a04fb
This commit is contained in:
parent
317c02acb5
commit
f787d05db3
|
@ -36,7 +36,7 @@
|
|||
(init w h hwnd [gl-config #f])
|
||||
(inherit get-cairo-surface)
|
||||
(parameterize ([hwnd-param hwnd])
|
||||
(super-new [w w] [h h]))
|
||||
(super-new [w w] [h h] [backing-scale 1.0]))
|
||||
|
||||
(define/override (build-cairo-surface w h)
|
||||
(define hwnd (hwnd-param))
|
||||
|
|
Loading…
Reference in New Issue
Block a user