]> git.lyx.org Git - features.git/commit
Add possibility for command inset to inherit enclosing font
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 23 Jun 2016 17:45:10 +0000 (19:45 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 28 Mar 2017 11:57:34 +0000 (13:57 +0200)
commit555338048d417d4532fe954239a0e9e29dd5ee6d
treea87b665c20fc9029ec3f5118c69b2ca69927331c
parenta5377ead20682df741e9225fd54acf2799912973
Add possibility for command inset to inherit enclosing font

The RenderButton object now has this property. It is set depending on
the value of inheritFont() method that is currently only set for
InsetRef, InsetBibtex and InsetCitation.

Fixes bug #10258
src/insets/InsetBibtex.h
src/insets/InsetCitation.h
src/insets/InsetCommand.cpp
src/insets/InsetCommand.h
src/insets/InsetExternal.cpp
src/insets/InsetInclude.cpp
src/insets/InsetRef.h
src/insets/RenderButton.cpp
src/insets/RenderButton.h
src/mathed/CommandInset.cpp