scrollpad: flush: load all remaining properties at the end
This commit is contained in:
@@ -255,6 +255,9 @@ void Scrollpad::flush()
|
||||
y = 0;
|
||||
}
|
||||
}
|
||||
// load remaining properties if there are any
|
||||
for (; p != ps.end(); ++p)
|
||||
w << *p;
|
||||
return height;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user