mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
stupid accidental commit. Sorry !
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6538 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0623d1f074
commit
ce5979004b
@ -82,8 +82,6 @@ int LyXText::top_y() const
|
||||
row && row != anchor_row_; row = row->next()) {
|
||||
y += row->height();
|
||||
}
|
||||
lyxerr << "Returning y as " << y << endl;
|
||||
lyxerr << "But row->y is " << anchor_row_->y() << endl;
|
||||
return y + anchor_row_offset_;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user