branchobj.cpp
changeset 301 4258723b534c
parent 254 d3080e02b13a
child 310 00ac7b2ac016
     1.1 --- a/branchobj.cpp	Tue Apr 11 14:36:20 2006 +0000
     1.2 +++ b/branchobj.cpp	Mon Apr 24 10:05:09 2006 +0000
     1.3 @@ -705,7 +705,10 @@
     1.4  		hidden=true;
     1.5  	}else
     1.6  	{
     1.7 -		setVisibility (true);
     1.8 +		if (hasScrolledParent(this))
     1.9 +			setVisibility (false);
    1.10 +		else
    1.11 +			setVisibility (true);
    1.12  		hidden=false;
    1.13  	}	
    1.14