Hide ui::Point implementation.

This commit is contained in:
Jared Boone 2016-11-28 10:39:10 -08:00
parent 606c1cebac
commit aac2d31548
11 changed files with 78 additions and 57 deletions

View file

@ -155,7 +155,7 @@ public:
const auto is_selected_key = (selected_key == entry.key());
const auto item_style = (has_focus() && is_selected_key) ? s.invert() : s;
draw(entry, target_rect, painter, item_style);
target_rect.pos.y += target_rect.height();
target_rect += { 0, target_rect.height() };
}
painter.fill_rectangle(