Set AISRecentEntryDetailView dirty when entry changes.

This commit is contained in:
Jared Boone 2016-01-15 11:39:39 -08:00
parent e163ed7463
commit f292d5038a

View File

@ -335,6 +335,7 @@ void AISRecentEntryDetailView::paint(Painter& painter) {
void AISRecentEntryDetailView::set_entry(const AISRecentEntry& entry) {
entry_ = entry;
set_dirty();
}
AISAppView::AISAppView() {