mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-11-14 05:33:23 +00:00
Make Widget::screen_rect() const.
Because I can.
This commit is contained in:
@@ -69,7 +69,7 @@ public:
|
||||
|
||||
Point screen_pos();
|
||||
Size size() const;
|
||||
Rect screen_rect();
|
||||
Rect screen_rect() const;
|
||||
virtual void set_parent_rect(const Rect new_parent_rect);
|
||||
|
||||
Widget* parent() const;
|
||||
|
||||
Reference in New Issue
Block a user