]> git.lyx.org Git - features.git/commit
Avoid rounding issue when painting selection
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 12 Jun 2017 12:39:03 +0000 (14:39 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 12 Jun 2017 12:39:03 +0000 (14:39 +0200)
commit71563835c7943ea987a5d967b79ec90cb2b3c26e
treefab2d69b4dcc7fa6c76a61d20c61076813452f20
parentc9fefd5a2cf5eb97fb23279e5b5e2f4c3a19b22e
Avoid rounding issue when painting selection

This is the same issue that was addressed in the all_sel case at
695b0cc3. The rounding issue only happens at specific zoom and
jusification values.

Fixes part of #8883.
src/RowPainter.cpp