Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-01-19 12:48:24 +08:00
parent 397f887b91
commit 33278a74b2
17 changed files with 79 additions and 101 deletions

View File

@@ -6399,7 +6399,7 @@ class _ScribbleFocusableState extends State<_ScribbleFocusable>
final Matrix4 transform = box.getTransformTo(null);
return MatrixUtils.transformRect(
transform,
Rect.fromLTWH(0, 0, box.size.width, box.size.height),
Rect.fromLTRB(0, 0, box.size.width, box.size.height),
);
}