mapcenteritem.cpp
changeset 767 6d2b32f305f9
parent 762 ffb95cd03156
child 769 a6931cd6309a
     1.1 --- a/mapcenteritem.cpp	Thu May 07 08:48:53 2009 +0000
     1.2 +++ b/mapcenteritem.cpp	Wed May 13 08:26:27 2009 +0000
     1.3 @@ -135,7 +135,7 @@
     1.4  
     1.5  	if (!getHeading().isEmpty() ) 
     1.6  	{
     1.7 -		mco->updateHeading();
     1.8 +		mco->updateData();	//FIXME-3 better call model->emitDataHasChanged(treeItem);
     1.9  		mco->setColor (headingColor);
    1.10  	}	
    1.11