Push AIS list item draw style into render method.

This commit is contained in:
Jared Boone 2016-01-13 11:43:21 -08:00
parent f06d5989db
commit 4b2157a938
2 changed files with 8 additions and 5 deletions

View file

@ -109,7 +109,8 @@ private:
const RecentEntry& entry,
const Rect& target_rect,
Painter& painter,
const Style& s
const Style& style,
const bool is_selected
);
void truncate_entries();