SVN commit 489561 by staikos:
make regrid work
M +1 -0 bind_viewobject.cpp
--- trunk/extragear/graphics/kst/kst/extensions/js/bind_viewobject.cpp #489560:489561
@@ -368,6 +368,7 @@
KstWriteLocker wl(d);
d->setOnGrid(true);
d->setColumns(cols);
+ d->cleanup(cols);
KstApp::inst()->paintAll(KstPainter::P_PAINT);
}
}