mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-01 11:06:30 -04:00
RecentEntriesView: Extract header and table widget, package in to top-level View.
This commit is contained in:
parent
50e2dfa0b9
commit
61f0d97c39
4 changed files with 97 additions and 43 deletions
|
@ -96,7 +96,7 @@ void TPMSRecentEntry::update(const tpms::Reading& reading) {
|
|||
namespace ui {
|
||||
|
||||
template<>
|
||||
void RecentEntriesView<TPMSRecentEntries>::draw(
|
||||
void RecentEntriesTable<TPMSRecentEntries>::draw(
|
||||
const Entry& entry,
|
||||
const Rect& target_rect,
|
||||
Painter& painter,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue