-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Date on version you are commenting on
Jan 2, 2024
Section you are commenting on
16.4
Comments
Line 43 where the code states - Paint nonSelectedPaint = new Paint(selectedPaint);Passing in selectedPaint to the constructor causes it to over ride the red initially set and all rectangles end up Green just doing new Paint() fixes the issue, however, you have to build up the stroke, etc to match the Red box
Metadata
Metadata
Assignees
Labels
No labels