diff --git a/src/scrollpad.cpp b/src/scrollpad.cpp index 6ca868e2..93ff6361 100644 --- a/src/scrollpad.cpp +++ b/src/scrollpad.cpp @@ -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; };