]> git.lyx.org Git - features.git/commit
Fix display of caret completion indicator
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 13 Oct 2020 15:09:33 +0000 (17:09 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 13 Oct 2020 15:09:33 +0000 (17:09 +0200)
commit310c94c48c563b5dbe0564721c2f8356f933a42f
tree9ca888e9fd429ae993f34f6ec95ef9c323edff90
parentb6c5603ab0cd5f1aaf78bca88d324b58077bc300
Fix display of caret completion indicator

The zooming algorithm based on caret width was deeply flawed. It is
not replaced with a formula based on caret height.

Fixes bug #12000.
src/frontends/qt/GuiWorkArea.cpp