mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-24 09:28:23 +00:00
change cursor resize interpolation to linear
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
44b89f574b
commit
46423614c8
1 changed files with 1 additions and 1 deletions
|
|
@ -734,7 +734,7 @@ class CursorData {
|
|||
image!,
|
||||
width: (width * scale).toInt(),
|
||||
height: (height * scale).toInt(),
|
||||
interpolation: img2.Interpolation.cubic,
|
||||
interpolation: img2.Interpolation.linear,
|
||||
)
|
||||
.getBytes(format: img2.Format.bgra);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue