]> git.lyx.org Git - features.git/commit
Fix assertion that was revealed in my tree.
authorVincent van Ravesteijn <vfr@lyx.org>
Thu, 13 Aug 2009 21:32:55 +0000 (21:32 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Thu, 13 Aug 2009 21:32:55 +0000 (21:32 +0000)
commit072237ab4b0579dc96a9597e5e276647cbb5a027
treed88745f873c106d4edab056386f4a7f78b5c4b39
parent40c9f9d9eb61932040645497cc148b06d8285349
Fix assertion that was revealed in my tree.

This really has to be QComboBox::showPopup(). Otherwise, we'll hit the LASSERT(!d->inShowPopup_, /**/); in either LayoutBox::showPopup() or LayoutBox::Private::showPopup().

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