xml-vym.cpp
changeset 758 04039e47ac74
parent 756 a8a5c7288f57
child 760 59614eaf5fbb
     1.1 --- a/xml-vym.cpp	Mon Apr 27 12:42:06 2009 +0000
     1.2 +++ b/xml-vym.cpp	Tue Apr 28 09:51:48 2009 +0000
     1.3 @@ -171,7 +171,7 @@
     1.4  		if (!atts.value( "textColor").isEmpty() ) 
     1.5  		{
     1.6  			col.setNamedColor(atts.value("textColor"));
     1.7 -			//FIXME-2 lastBranch->setColor(col );
     1.8 +			lastBranchItem->setHeadingColor(col );
     1.9  		}	    
    1.10  	} else if ( eName == "note" && 
    1.11  				(state == StateMapCenter ||state==StateBranch))