mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
fix: use rawRGBa cursor workaround
This commit is contained in:
@@ -404,7 +404,9 @@ class ImagePaint extends StatelessWidget {
|
||||
controller: _horizontal,
|
||||
thumbVisibility: false,
|
||||
trackVisibility: false,
|
||||
notificationPredicate: (notification) => notification.depth == 1,
|
||||
notificationPredicate: layoutSize.height < size.height
|
||||
? (notification) => notification.depth == 1
|
||||
: defaultScrollNotificationPredicate,
|
||||
child: widget,
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user