mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-05 05:04:27 -04:00
Fix initial focus on ERT, TPMS apps.
This commit is contained in:
parent
cb403160b3
commit
07b8c6c661
4 changed files with 12 additions and 0 deletions
|
@ -83,6 +83,8 @@ public:
|
|||
// TODO: Add flag to View that specifies view does not need to be cleared before painting.
|
||||
void paint(Painter&) override { };
|
||||
|
||||
void focus() override;
|
||||
|
||||
std::string title() const override { return "ERT"; };
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue