mapeditor.cpp
changeset 800 959bd133cd1a
parent 798 d251c7b2de54
child 802 f076fdec767d
     1.1 --- a/mapeditor.cpp	Thu Oct 01 11:48:58 2009 +0000
     1.2 +++ b/mapeditor.cpp	Thu Oct 01 13:23:20 2009 +0000
     1.3 @@ -196,7 +196,6 @@
     1.4  		if (lmo) 
     1.5  		{
     1.6  			QRectF r=lmo->getBBox();
     1.7 -			cout << "ME::scrollTo "<<ti->getHeadingStd()<<"  tL="<<r.topLeft()<<"  bR="<<r.bottomRight()<<endl;
     1.8  			setScrollBarPosTarget (lmo->getBBox() );
     1.9  		}	
    1.10  	}