diff -r db0ec4bcf416 -r ed5b407975b3 floatobj.cpp --- a/floatobj.cpp Mon Apr 20 10:42:05 2009 +0000 +++ b/floatobj.cpp Thu Apr 23 12:15:31 2009 +0000 @@ -11,7 +11,6 @@ // cout << "Const FloatObj ()\n"; setParObj (this); init(); - depth=-1; } FloatObj::FloatObj (QGraphicsScene* s):OrnamentedObj(s) @@ -19,14 +18,12 @@ // cout << "Const FloatObj (s) called from MapCenterObj (s)\n"; setParObj (this); init(); - depth=-1; } FloatObj::FloatObj (QGraphicsScene* s, LinkableMapObj* p):OrnamentedObj (s) { // cout << "Const FloatObj (s,p)\n"; setParObj (p); - depth=p->getDepth()+1; init(); }