mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-09-19 10:51:01 +03:00
fix(cursor): normalize native cursor density in scaled views
This commit is contained in:
@@ -113,7 +113,7 @@ void main() {
|
||||
2.0,
|
||||
(9, 18),
|
||||
0.1,
|
||||
Platform.isWindows ? 2 / 3 : 4 / 3,
|
||||
Platform.isWindows ? 1 / 3 : 2 / 3,
|
||||
true
|
||||
),
|
||||
]) {
|
||||
|
||||
Reference in New Issue
Block a user