From d3743b4ccd3c36b8b471b2555e7989a642560b69 Mon Sep 17 00:00:00 2001 From: dankan1890 Date: Wed, 30 Nov 2016 22:14:01 +0100 Subject: [PATCH] Sorry for this. --- source/gui/widgets/listbox.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/gui/widgets/listbox.cpp b/source/gui/widgets/listbox.cpp index 699f5dd1..c53cecee 100644 --- a/source/gui/widgets/listbox.cpp +++ b/source/gui/widgets/listbox.cpp @@ -3973,8 +3973,7 @@ namespace nana 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(essence_->scheme_ptr->item_height) - 1 }, essence_->scheme_ptr->item_border); + graph->line({ column_x - 1, y }, { column_x - 1, y + static_cast(essence_->scheme_ptr->item_height) - 1 }, static_cast(0xEBF4F9)); } column_x += col.width_px;