Merge pull request #1042 from trantor/coloring_fix

[view_curses] Fix for fg colour and reverse attribute for separator bars
pull/1050/head
Tim Stack 2 years ago committed by GitHub
commit ca4e61ba02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -324,6 +324,7 @@ view_curses::mvwattrline(WINDOW* window,
if (iter->sa_type == &VC_GRAPHIC) {
graphic = iter->sa_value.get<int64_t>();
attrs = text_attrs{};
} else if (iter->sa_type == &VC_STYLE) {
attrs = iter->sa_value.get<text_attrs>();
} else if (iter->sa_type == &SA_LEVEL) {

Loading…
Cancel
Save