wateret/mengde

Pass constructor argument `frame` by reference

Closed this issue · 0 comments

Currently argument frame is passed as const Rect* for View subclasses.
Let's change it to const Rect&.

  1. Add a constructor with for all subclasses of View
  2. Remove constructor with const Rect*