mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
suppress debug message
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7622 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7bfa084387
commit
ab039d998b
@ -1046,7 +1046,7 @@ int paintRows(BufferView const & bv, LyXText const & text,
|
|||||||
ParagraphList::iterator pit, RowList::iterator rit,
|
ParagraphList::iterator pit, RowList::iterator rit,
|
||||||
int xo, int y, int yf, int yo)
|
int xo, int y, int yf, int yo)
|
||||||
{
|
{
|
||||||
lyxerr << " paintRows: rit: " << &*rit << endl;
|
//lyxerr << " paintRows: rit: " << &*rit << endl;
|
||||||
//const_cast<LyXText&>(text).updateRowPositions();
|
//const_cast<LyXText&>(text).updateRowPositions();
|
||||||
int const yy = yf - y;
|
int const yy = yf - y;
|
||||||
int const y2 = bv.painter().paperHeight();
|
int const y2 = bv.painter().paperHeight();
|
||||||
|
Loading…
Reference in New Issue
Block a user