editxlinkdialog.cpp
changeset 773 340bc29da9a0
parent 741 1b4d1ea6ea8c
child 790 133e2ed6b9c5
     1.1 --- a/editxlinkdialog.cpp	Wed May 20 15:40:14 2009 +0000
     1.2 +++ b/editxlinkdialog.cpp	Tue May 26 11:23:44 2009 +0000
     1.3 @@ -57,19 +57,21 @@
     1.4  	}
     1.5  }
     1.6  
     1.7 -void EditXLinkDialog::setColorHeadingButtonPressed()
     1.8 +void EditXLinkDialog::setColorHeadingButtonPressed()	//FIXME-2
     1.9  {
    1.10 +/*
    1.11  	if (xlo)
    1.12  	{	
    1.13  		if (selection && 
    1.14 -			(typeid(*selection) == typeid(BranchObj) || 
    1.15 -			typeid(*selection) == typeid(MapCenterObj))  )
    1.16 +			(typid(*selection) == typid(BranchObj) || 
    1.17 +			typid(*selection) == typid(MapCenterObj))  )
    1.18  		{
    1.19  			QColor col=((BranchObj*)(selection))->getColor();
    1.20  			xlo->setColor(col);
    1.21  			ui.colorButton->setPaletteBackgroundColor (col);
    1.22  		}
    1.23  	}
    1.24 +	*/
    1.25  }
    1.26  
    1.27  bool EditXLinkDialog::useSettingsGlobal ()