mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-04-16 08:41:28 +00:00
Set AISRecentEntryDetailView dirty when entry changes.
This commit is contained in:
parent
e163ed7463
commit
f292d5038a
@ -335,6 +335,7 @@ void AISRecentEntryDetailView::paint(Painter& painter) {
|
|||||||
|
|
||||||
void AISRecentEntryDetailView::set_entry(const AISRecentEntry& entry) {
|
void AISRecentEntryDetailView::set_entry(const AISRecentEntry& entry) {
|
||||||
entry_ = entry;
|
entry_ = entry;
|
||||||
|
set_dirty();
|
||||||
}
|
}
|
||||||
|
|
||||||
AISAppView::AISAppView() {
|
AISAppView::AISAppView() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user