mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-03 14:13:58 +00:00
* fix wrong slot name
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23488 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
92900af75d
commit
3225232f86
@ -572,7 +572,7 @@ void GuiCompleter::hideInline(Cursor & cur)
|
||||
// Trigger asynchronous part of hideInline. We might be
|
||||
// in a dispatcher here and the setModel call might
|
||||
// trigger focus events which is are not healthy here.
|
||||
QTimer::singleShot(0, this, SLOT(asyncHideModel()));
|
||||
QTimer::singleShot(0, this, SLOT(asyncHideInline()));
|
||||
|
||||
// mark that the asynchronous part will reset the model
|
||||
if (!popupVisible())
|
||||
|
Loading…
Reference in New Issue
Block a user