diff -r 338ebdc9b947 -r 14f2b1b15242 branchobj.cpp --- a/branchobj.cpp Fri Oct 02 14:31:03 2009 +0000 +++ b/branchobj.cpp Fri Nov 13 08:32:03 2009 +0000 @@ -115,7 +115,7 @@ return false; } -void BranchObj::setParObjTmp(LinkableMapObj* dst, QPointF m, int off) //FIXME-1 after moving a mainbranch to a branch and away again mainbranch is no longer connected to mapcenter... +void BranchObj::setParObjTmp(LinkableMapObj* dst, QPointF m, int off) //FIXME-1 when moving a mainbranch to a branch it still has relPos, not moved as child { // Temporary link to dst // m is position of mouse pointer @@ -125,7 +125,7 @@ BranchItem *pi=(BranchItem*)(dsti->parent()); int pi_depth=pi->depth(); - BranchObj* bo=(BranchObj*)(dst); + BranchObj* bo=(BranchObj*)dst; if (!tmpParent) { @@ -490,6 +490,10 @@ setFrameType (FrameObj::Rectangle); break; case 1: + fontsize=14; + setFrameType (FrameObj::NoFrame); + break; + case 2: fontsize=12; setFrameType (FrameObj::NoFrame); break;