editxlinkdialog.cpp
changeset 741 1b4d1ea6ea8c
parent 721 12958f987bcf
child 773 340bc29da9a0
     1.1 --- a/editxlinkdialog.cpp	Wed Feb 04 16:33:16 2009 +0000
     1.2 +++ b/editxlinkdialog.cpp	Fri Mar 06 15:02:58 2009 +0000
     1.3 @@ -62,8 +62,8 @@
     1.4  	if (xlo)
     1.5  	{	
     1.6  		if (selection && 
     1.7 -			(typeid(*selection) == typeid(BranchObj)) || 
     1.8 -			(typeid(*selection) == typeid(MapCenterObj))  )
     1.9 +			(typeid(*selection) == typeid(BranchObj) || 
    1.10 +			typeid(*selection) == typeid(MapCenterObj))  )
    1.11  		{
    1.12  			QColor col=((BranchObj*)(selection))->getColor();
    1.13  			xlo->setColor(col);