Hide ui::Rect implementation.

This commit is contained in:
Jared Boone 2016-11-28 11:25:27 -08:00
parent d15ace4676
commit e820bed097
12 changed files with 52 additions and 42 deletions

View file

@ -45,7 +45,7 @@ void RecentEntriesHeader::paint(Painter& painter) {
.foreground = parent_style.foreground,
};
auto p = r.pos;
auto p = r.location();
for(const auto& column : _columns) {
const auto width = column.second;
auto text = column.first;