mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-24 06:44:25 -04:00
Can't use context() in ui::Widget constructor, move use elsewhere.
TODO: Seems like a design flaw to me... Either eliminate need for context(), or pass into constructors.
This commit is contained in:
parent
a7226820d0
commit
32312a6cfb
2 changed files with 15 additions and 7 deletions
|
@ -367,6 +367,9 @@ public:
|
|||
|
||||
void focus() override;
|
||||
|
||||
void on_show() override;
|
||||
void on_hide() override;
|
||||
|
||||
private:
|
||||
ReceiverModel& receiver_model;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue