diff -r ec8c73975c1a -r 31c6ce8efbc7 linkablemapobj.cpp --- a/linkablemapobj.cpp Thu Mar 24 20:48:58 2005 +0000 +++ b/linkablemapobj.cpp Thu Mar 24 21:10:38 2005 +0000 @@ -101,8 +101,6 @@ { MapObj::copy(other); bboxTotal=other->bboxTotal; -// linkwidth=other->linkwidth; - setLinkStyle(other->style); setLinkColor (other->linkcolor); } @@ -247,7 +245,8 @@ default: break; } - updateLink(); + // FIXME updateLink is usually called (multiple times) later: + //updateLink(); } else { qWarning ("Error: ChildObj or parObj == NULL in LinkableMapObj::setLinkStyle\n"); @@ -303,7 +302,7 @@ default: break; } // switch (style) - updateLink(); + //FIXME updateLink(); } QColor LinkableMapObj::getLinkColor()