diff -r f688a9913724 -r 4244bcd9e6ea mapcenterobj.cpp --- a/mapcenterobj.cpp Mon Apr 18 06:17:00 2005 +0000 +++ b/mapcenterobj.cpp Thu Sep 22 12:56:05 2005 +0000 @@ -27,7 +27,6 @@ void MapCenterObj::clear() { BranchObj::clear(); - init(); } void MapCenterObj::init () @@ -37,10 +36,11 @@ absPos=QPoint (canvas->width()/2, canvas->height()/2); // FIXME this should be done in TextObj later... - QFont font ("Sans Serif,16,-1,5,50,0,0,0,0,0"); - heading->setFont(font); + //QFont font ("Sans Serif,16,-1,5,50,0,0,0,0,0"); + //heading->setFont(font); + depth=0; + setDefAttr(MovedBranch); - depth=0; frame->setFrameType (Rectangle); move (absPos.x(), absPos.y() );