]> git.lyx.org Git - features.git/commit
Fix citation bug: In certain circumstances, attempts to insert a new citation
authorRichard Heck <rgheck@comcast.net>
Wed, 13 Aug 2008 14:32:30 +0000 (14:32 +0000)
committerRichard Heck <rgheck@comcast.net>
Wed, 13 Aug 2008 14:32:30 +0000 (14:32 +0000)
commit419642ad9ea4055fc16694850037059811016559
treec2ca4a4ec6f48fd7aa880c1218bf10101e05130b
parent1c5003c4ef04c6e7d2ede50547d9c98019a265f9
Fix citation bug: In certain circumstances, attempts to insert a new citation
would instead change an old one. The problem was that we were hiding the dialog
with hide(), which does not trigger closeEvent(). So we have to implement
hideEvent().

http://marc.info/?l=lyx-devel&m=121278861019829&w=2

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26143 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/qt4/DialogView.h
src/frontends/qt4/GuiCitation.cpp
src/frontends/qt4/GuiCitation.h