linkablemapobj.cpp
changeset 398 d42881c25fb6
parent 395 7ced3733ba60
child 404 53efc2562a7d
     1.1 --- a/linkablemapobj.cpp	Mon Oct 30 12:39:37 2006 +0000
     1.2 +++ b/linkablemapobj.cpp	Thu Nov 16 10:07:11 2006 +0000
     1.3 @@ -201,7 +201,7 @@
     1.4  {
     1.5  	if (!mapEditor) return StyleUndef;
     1.6  
     1.7 -	LinkStyle ls=mapEditor->getLinkStyle();
     1.8 +	LinkStyle ls=mapEditor->getMapLinkStyle();
     1.9  	switch (ls)
    1.10  	{
    1.11  		case StyleLine: 
    1.12 @@ -354,7 +354,7 @@
    1.13  	// Overloaded in BranchObj and childs
    1.14  	// here only set default color
    1.15  	if (mapEditor)
    1.16 -		setLinkColor (mapEditor->getDefLinkColor());
    1.17 +		setLinkColor (mapEditor->getMapDefLinkColor());
    1.18  }
    1.19  
    1.20  void LinkableMapObj::setLinkColor(QColor col)