mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-09-22 22:15:33 -04:00
De-constexpr a few UI constructors.
Because it was silly.
This commit is contained in:
parent
61b5faf8b5
commit
27a1423309
5 changed files with 6 additions and 6 deletions
|
@ -34,7 +34,7 @@ namespace ui {
|
|||
|
||||
class Channel : public Widget {
|
||||
public:
|
||||
constexpr Channel(
|
||||
Channel(
|
||||
const Rect parent_rect
|
||||
) : Widget { parent_rect },
|
||||
max_db_ { -120 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue