SVN commit 469406 by staikos: flush the painter after each view object is painted. I'm not sure it really helps any, but it's worth a try. M +1 -0 kstviewobject.cpp --- trunk/extragear/graphics/kst/kst/kstviewobject.cpp #469405:469406 @@ -346,6 +346,7 @@ p.setClipping(hadClipping); p.restore(); + p.flush(); setDirty(false); }