Files
rustdesk/flutter/lib/mobile/widgets
Alessandro De Blasis 0ae6e3c02f fix: prevent custom scale dialog from closing when interacting with slider
Wrapped MobileCustomScaleControls in GestureDetector with opaque behavior
to prevent touch events from propagating to parent dialog's clickMaskDismiss
handler. The slider now works correctly without closing the dialog.

Signed-off-by: Alessandro De Blasis <alex@deblasis.net>
2025-10-28 06:27:31 +01:00
..