]> git.lyx.org Git - lyx.git/commit
Fix bug #6431: Crash when closing a workarea with a pending completion popup.
authorVincent van Ravesteijn <vfr@lyx.org>
Sun, 10 Jan 2010 19:33:18 +0000 (19:33 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Sun, 10 Jan 2010 19:33:18 +0000 (19:33 +0000)
commit72c42b0624e711a0917e5b472be2d29a6be7dade
treec120d364e73c730508c51dc1e8f29966bf5e90fe
parentf2f471cd63bfe8a85a391a4a59955f2d0fe82ea0
Fix bug #6431: Crash when closing a workarea with a pending completion popup.

The GuiCompleter has to have a parent, otherwise it is not destroyed when a GuiWorkArea is destroyed.

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