Commit Graph

3 Commits

Author SHA1 Message Date
Alessandro De Blasis
87f4ce98d2 Update flutter/lib/mobile/widgets/custom_scale_widget.dart
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-29 09:24:45 +01:00
Alessandro De Blasis
7cf53a0fa9 Update flutter/lib/mobile/widgets/custom_scale_widget.dart
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-29 09:24:34 +01:00
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