mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Revert "Fix correction of row in getPitAndRowNearY"
This reverts commit 08a3405181
.
This commit is contained in:
parent
f6c87c63c1
commit
2c2ae5ecd8
@ -1371,7 +1371,7 @@ Row const & TextMetrics::getPitAndRowNearY(int & y, pit_type & pit,
|
||||
--rit;
|
||||
y = yy;
|
||||
}
|
||||
} else if (up && yy < y) {
|
||||
} else if (up && yy != y) {
|
||||
if (rit != rlast) {
|
||||
y = yy + rit->height();
|
||||
++rit;
|
||||
|
Loading…
Reference in New Issue
Block a user