]> git.lyx.org Git - lyx.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:33:01 +0000 (15:33 -0500)
commit04e8526460fb26c933fc6e40ea37b96a8f17f1ee
treed97da4722c8703b481adb0d0ee9c9cade29d8d16
parent721cc085a26b2a362e90fd2578c5af6f7cfea1a0
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.

(cherry picked from commit f8e8877f839dcd0d133e6982d107b7d167c524c3)
src/BufferView.cpp
src/frontends/qt4/GuiCitation.cpp
src/frontends/qt4/GuiCitation.h
src/insets/InsetCitation.cpp
src/insets/InsetCitation.h
status.23x