Fix crash when adjusting vertical zoom

This commit is contained in:
Thomas Goyne 2013-11-03 06:21:02 -08:00
parent 62a81df4b2
commit 10cbff0ee2

View file

@ -199,7 +199,7 @@ public:
{
size_t block_count = data.size();
data.clear();
SetBlockCount(block_count);
data.resize(block_count);
age.clear();
return;
}