1.1 --- a/xlinkobj.cpp Mon May 30 05:39:10 2005 +0000
1.2 +++ b/xlinkobj.cpp Tue Jul 19 15:57:49 2005 +0000
1.3 @@ -53,7 +53,7 @@
1.4
1.5 void XLinkObj::copy (XLinkObj* other)
1.6 {
1.7 - // FIXME copy not used yet
1.8 + // TODO copy not used yet
1.9 MapObj::copy (other);
1.10 setVisibility (other->visible);
1.11 beginBranch=other->beginBranch;
1.12 @@ -271,11 +271,8 @@
1.13 if (beginBranch && endBranch &&xLinkState==activeXLink)
1.14 {
1.15 if (beginBranch==endBranch && xLinkState)
1.16 - {
1.17 - //FIXME testing
1.18 - //cout << " identical ends: "<<beginBranch->getSelectString()<<endl;
1.19 s="";
1.20 - } else
1.21 + else
1.22 {
1.23 QString colAttr=attribut ("color",color.name());
1.24 QString widAttr=attribut ("width",QString().setNum(width,10));