mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-07 08:52:36 +00:00
Add Color-only constructor to ui::Rectangle widget.
This commit is contained in:
@@ -168,6 +168,7 @@ protected:
|
||||
|
||||
class Rectangle : public Widget {
|
||||
public:
|
||||
Rectangle(Color c);
|
||||
Rectangle(Rect parent_rect, Color c);
|
||||
|
||||
void paint(Painter& painter) override;
|
||||
|
||||
Reference in New Issue
Block a user