Fixed marking in messagelister
This commit is contained in:
parent
7003d2bebb
commit
383290c2ee
@ -269,6 +269,8 @@ void GMsgList::print_line(uint idx, uint pos, bool isbar) {
|
|||||||
ReadMlst(idx);
|
ReadMlst(idx);
|
||||||
MLst* ml = mlst[idx];
|
MLst* ml = mlst[idx];
|
||||||
|
|
||||||
|
update_marks(ml);
|
||||||
|
|
||||||
int wattr_, hattr_, mattr_;
|
int wattr_, hattr_, mattr_;
|
||||||
if(isbar) {
|
if(isbar) {
|
||||||
wattr_ = sattr;
|
wattr_ = sattr;
|
||||||
|
Reference in New Issue
Block a user