- when calling c.refresh it marks the Rect(200,0,200,200) (c.bounds) as needing refresh -> so every view intersecting this rect should be refreshedwhy is this so? Can we not have overlapping UserViews where only one is refreshed?
- when calling c.refresh it marks the Rect(200,0,200,200) (c.bounds) as needing refresh -> so every view intersecting this rect should be refreshed