Fix initial focus on ERT, TPMS apps.

This commit is contained in:
Jared Boone 2016-01-27 10:18:44 -08:00
parent cb403160b3
commit 07b8c6c661
4 changed files with 12 additions and 0 deletions

View file

@ -207,6 +207,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 "TPMS"; };
private: