mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-30 13:20:58 +00:00
* don't show inline if the user did not want it, even when using the popup
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23245 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
cd5bad62e0
commit
2c62c9d91c
@ -745,6 +745,7 @@ void GuiCompleter::popupHighlighted(const QString & completion)
|
|||||||
Cursor cur = gui_->bufferView().cursor();
|
Cursor cur = gui_->bufferView().cursor();
|
||||||
cur.updateFlags(Update::None);
|
cur.updateFlags(Update::None);
|
||||||
|
|
||||||
|
if (inlineVisible())
|
||||||
updateInline(cur, completion);
|
updateInline(cur, completion);
|
||||||
|
|
||||||
if (cur.disp_.update())
|
if (cur.disp_.update())
|
||||||
|
Loading…
Reference in New Issue
Block a user