mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-02 20:31:46 +00:00
De-constexpr a few UI constructors.
Because it was silly.
This commit is contained in:
@@ -34,7 +34,7 @@ namespace ui {
|
||||
|
||||
class Channel : public Widget {
|
||||
public:
|
||||
constexpr Channel(
|
||||
Channel(
|
||||
const Rect parent_rect
|
||||
) : Widget { parent_rect },
|
||||
max_db_ { -120 }
|
||||
|
||||
Reference in New Issue
Block a user