diff -r 6e4b586aa88a -r 25e634a7e1dc branchobj.cpp --- a/branchobj.cpp Wed Jun 03 20:37:17 2009 +0000 +++ b/branchobj.cpp Mon Jun 08 11:36:56 2009 +0000 @@ -272,8 +272,12 @@ void BranchObj::move (double x, double y) { OrnamentedObj::move (x,y); - for (int i=0; ireposition(); + FloatImageObj *fio; + for (int i=0; iimageCount(); ++i ) + { + fio=treeItem->getImageObjNum(i); + if (fio) fio->reposition(); + } positionBBox(); }