branchobj.cpp
branchrelease-1-12-maintained
changeset 70 e3a85616dbc5
parent 56 39b806972b03
child 76 a36a289372a6
     1.1 --- a/branchobj.cpp	Wed May 06 11:06:17 2009 +0000
     1.2 +++ b/branchobj.cpp	Wed Jul 22 11:47:03 2009 +0000
     1.3 @@ -138,6 +138,8 @@
     1.4  
     1.5  	while (!branch.isEmpty())
     1.6  		delete branch.takeFirst();
     1.7 +
     1.8 +	if (scrolled) unScroll();	
     1.9  }
    1.10  
    1.11  bool isAbove (BranchObj* a, BranchObj *b)
    1.12 @@ -1305,7 +1307,6 @@
    1.13  			bo->setDefAttr(MovedBranch);
    1.14  			updateLink();
    1.15  			return bo;
    1.16 -
    1.17  		} else
    1.18  			return NULL;
    1.19  	}