]> git.lyx.org Git - lyx.git/commit
Fix completion in math when inline completion was not yet shown
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 22 Feb 2023 11:02:10 +0000 (12:02 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 22 Feb 2023 11:02:10 +0000 (12:02 +0100)
commitb4211ef206827f85378b9392472fdc14e1e9f6c4
treef3e50a3a724f07c85316219efe71ece5b438839b
parentab8ea2543dc23593081fc4e9db01828e245a4e9e
Fix completion in math when inline completion was not yet shown

It is necessary to set finish=true when the completion is unique.
Otherwise, one gets \upsilon instead of the proper glyph.

Fixes bug #12674.
src/frontends/qt/GuiCompleter.cpp