Merge branch 'listbox_fix' of https://github.com/dankan1890/nana into dankan1890-listbox_fix

This commit is contained in:
Jinhao 2016-12-01 07:28:48 +08:00
commit 4467ed42b2

View File

@ -3973,8 +3973,7 @@ namespace nana
item.img.stretch(rectangle{ item.img.size() }, *graph, img_r); item.img.stretch(rectangle{ item.img.size() }, *graph, img_r);
} }
if (essence_->scheme_ptr->item_bordered) graph->line({ column_x - 1, y }, { column_x - 1, y + static_cast<int>(essence_->scheme_ptr->item_height) - 1 }, static_cast<color_rgb>(0xEBF4F9));
graph->line({ column_x - 1, y }, { column_x - 1, y + static_cast<int>(essence_->scheme_ptr->item_height) - 1 }, essence_->scheme_ptr->item_border);
} }
column_x += col.width_px; column_x += col.width_px;