mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-22 07:42:02 +00:00
comment out some debugging
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3650 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5bf11fc429
commit
8964835ac6
@ -1,3 +1,7 @@
|
|||||||
|
2002-03-04 Lars Gullik Bjønnes <larsbj@birdstep.com>
|
||||||
|
|
||||||
|
* text.C (getRowNearY): comment out debug msg
|
||||||
|
|
||||||
2002-03-03 Lars Gullik Bjønnes <larsbj@birdstep.com>
|
2002-03-03 Lars Gullik Bjønnes <larsbj@birdstep.com>
|
||||||
|
|
||||||
* text2.C: first -> first_y
|
* text2.C: first -> first_y
|
||||||
|
@ -3838,7 +3838,7 @@ Row * LyXText::getRowNearY(int & y) const
|
|||||||
|
|
||||||
y = tmpy; // return the real y
|
y = tmpy; // return the real y
|
||||||
|
|
||||||
lyxerr << "returned y = " << y << endl;
|
//lyxerr << "returned y = " << y << endl;
|
||||||
|
|
||||||
return tmprow;
|
return tmprow;
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user