scrollpad: flush: load all remaining properties at the end

This commit is contained in:
Andrzej Rybczak
2013-07-10 17:18:20 +02:00
parent 0dcec65edf
commit 0092dfe044

View File

@@ -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;
};