scrollpad: flush: load all remaining properties at the end

master
Andrzej Rybczak 13 years ago
parent 0dcec65edf
commit 0092dfe044
  1. 3
      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;
};

Loading…
Cancel
Save