mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-01-19 00:13:01 +08:00
change cursor resize interpolation to linear
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
44b89f574b
commit
46423614c8
@ -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 New Issue
Block a user