Hi! >view->canvas()->update(); Nope. Does not work. Canvas is "highly optimized". It checks whether something has changed but does not really notice when I change something (item.move()) Found out that the following works: self.canvas().setAllChanged() self.canvas().update() But this is, of course, slooooow :( Tnx anyways.. Karl