mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-07 22:22:21 -04:00
Expose current RecentEntry from detail view.
This commit is contained in:
parent
089ef25df9
commit
19e3b273ad
2 changed files with 12 additions and 11 deletions
|
@ -144,12 +144,13 @@ public:
|
|||
AISRecentEntryDetailView();
|
||||
|
||||
void set_entry(const AISRecentEntry& new_entry);
|
||||
const AISRecentEntry& entry() const { return entry_; };
|
||||
|
||||
void focus() override;
|
||||
void paint(Painter&) override;
|
||||
|
||||
private:
|
||||
AISRecentEntry entry;
|
||||
AISRecentEntry entry_;
|
||||
|
||||
Button button_done {
|
||||
{ 72, 192, 96, 24 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue