Merge branch 'dankan1890-listbox_fix' into hotfix-1.4.1
This commit is contained in:
commit
c0c3cfebe8
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user