Merge pull request #1042 from trantor/coloring_fix

[view_curses] Fix for fg colour and reverse attribute for separator bars
This commit is contained in:
Tim Stack 2022-09-04 14:51:36 -07:00 committed by GitHub
commit ca4e61ba02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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) {