linkablemapobj.cpp
changeset 724 cf14046909cd
parent 723 11f9124c1cca
child 726 7f43b93242aa
     1.1 --- a/linkablemapobj.cpp	Mon Aug 04 10:43:06 2008 +0000
     1.2 +++ b/linkablemapobj.cpp	Mon Aug 04 13:35:54 2008 +0000
     1.3 @@ -3,7 +3,6 @@
     1.4  
     1.5  #include "linkablemapobj.h"
     1.6  #include "branchobj.h"
     1.7 -#include "mapeditor.h"		// FIXME needed?
     1.8  #include "vymmodel.h"
     1.9  
    1.10  using namespace std;
    1.11 @@ -669,10 +668,9 @@
    1.12  	// we want to block expensive repositioning, but just do it once at
    1.13  	// the end, thus check first:
    1.14  
    1.15 -	if (model->isRepositionBlocked()) return;	// FIXME better go to model directly, maybe via a signal
    1.16 +	if (model->isRepositionBlocked()) return;	
    1.17  	
    1.18 -	// Pass on the request to parental objects, if this hasn't been done yet
    1.19 -	
    1.20 +	// Pass on the request to parent objects, if this hasn't been done yet
    1.21  	if (parObj) 
    1.22  		parObj->forceReposition(); 
    1.23  	else