]> git.lyx.org Git - features.git/commit
* Hide popup asynchronously because we might be here inside of
authorStefan Schimanski <sts@lyx.org>
Mon, 3 Mar 2008 15:44:08 +0000 (15:44 +0000)
committerStefan Schimanski <sts@lyx.org>
Mon, 3 Mar 2008 15:44:08 +0000 (15:44 +0000)
commitf847fb64f87830d0ab503eaba62d2814b773f10a
treed62204ac37e793a5e0200ab5d5f6d4db134bc8a2
parentd87c5c062b56505eb19ff68a600f3555d3e1b3d7
* Hide popup asynchronously because we might be here inside of
  LFUN dispatchers. Hiding a popup can trigger a focus event on the
  workarea which then redisplays the cursor. But the metrics are not
  yet up to date such that the coord cache has not all insets yet. The
  cursorPos methods would triggers asserts in the coord cache then.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23416 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/qt4/GuiCompleter.cpp