diff -r 11f9124c1cca -r cf14046909cd linkablemapobj.cpp --- a/linkablemapobj.cpp Mon Aug 04 10:43:06 2008 +0000 +++ b/linkablemapobj.cpp Mon Aug 04 13:35:54 2008 +0000 @@ -3,7 +3,6 @@ #include "linkablemapobj.h" #include "branchobj.h" -#include "mapeditor.h" // FIXME needed? #include "vymmodel.h" using namespace std; @@ -669,10 +668,9 @@ // we want to block expensive repositioning, but just do it once at // the end, thus check first: - if (model->isRepositionBlocked()) return; // FIXME better go to model directly, maybe via a signal + if (model->isRepositionBlocked()) return; - // Pass on the request to parental objects, if this hasn't been done yet - + // Pass on the request to parent objects, if this hasn't been done yet if (parObj) parObj->forceReposition(); else