diff -r 7a96bd401351 -r 0ed77eb5d1cd mapcenterobj.cpp --- a/mapcenterobj.cpp Sun Jan 30 12:58:47 2005 +0000 +++ b/mapcenterobj.cpp Sun Jan 30 23:28:08 2005 +0000 @@ -32,6 +32,7 @@ void MapCenterObj::init () { + BranchObj::init(); orientation=OrientUndef; absPos=QPoint (canvas->width()/2, canvas->height()/2); @@ -39,15 +40,9 @@ QFont font ("Sans Serif,16,-1,5,50,0,0,0,0,0"); heading->setFont(font); - branch.setAutoDelete (TRUE); - floatimage.setAutoDelete (TRUE); - move (absPos.x(), absPos.y() ); depth=0; - scrolled=false; - tmpUnscrolled=false; - frame->setFrameType (Rectangle); } @@ -233,3 +228,4 @@ { return QDate::currentDate().toString ("yyyy-MM-dd"); } +