Skip to content

Fix InputDecorator paint matcher after drawPath→paintInterior change#448

Merged
AhmedLSayed9 merged 1 commit into
masterfrom
fix_input_decorator_paint_test
May 19, 2026
Merged

Fix InputDecorator paint matcher after drawPath→paintInterior change#448
AhmedLSayed9 merged 1 commit into
masterfrom
fix_input_decorator_paint_test

Conversation

@AhmedLSayed9
Copy link
Copy Markdown
Owner

Summary

UnderlineInputBorder now paints its filled background via ShapeBorder.paintInterior (which lowers to drawRRect for rounded rects) instead of Canvas.drawPath(getOuterPath(...)). Visual output is identical; only the recorded canvas call changes, so paints..path(...) no longer matches.

Replace paints..path(...) with paints..rrect(...) for the InputDecorator filled-background assertions in tests.

@AhmedLSayed9 AhmedLSayed9 added the enhancement New feature or request label May 19, 2026
@AhmedLSayed9 AhmedLSayed9 merged commit 529f4f0 into master May 19, 2026
1 of 2 checks passed
@AhmedLSayed9 AhmedLSayed9 deleted the fix_input_decorator_paint_test branch May 19, 2026 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant