]> git.lyx.org Git - features.git/commit
Respect "literal" setting when entering citation via LyX server.
authorRichard Heck <rgheck@lyx.org>
Thu, 22 Feb 2018 20:24:28 +0000 (15:24 -0500)
committerRichard Heck <rgheck@lyx.org>
Thu, 22 Feb 2018 20:28:01 +0000 (15:28 -0500)
commitf8e8877f839dcd0d133e6982d107b7d167c524c3
tree76609449b087d849e7e3e65364f539f4cf2b1dd4
parentee5f05bd1c06249b1c63c67fcf730b543d2547ba
Respect "literal" setting when entering citation via LyX server.

This requires moving the bool that tracks this somewhere that it
is visible from BufferView. It seemed to make sense to put it as
a static member of InsetCitation.
src/BufferView.cpp
src/frontends/qt4/GuiCitation.cpp
src/frontends/qt4/GuiCitation.h
src/insets/InsetCitation.cpp
src/insets/InsetCitation.h