]> git.lyx.org Git - features.git/commit
Revert "Add possibility for command inset to inherit enclosing font"
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 23 May 2017 14:50:53 +0000 (16:50 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 24 May 2017 09:25:14 +0000 (11:25 +0200)
commit3f34ebbaf932ea645e584a17d643c9b7f19b2a86
tree9dd015001a57de16f20018ca2c2d82d69e674d83
parent0516af0c99e333ce67996d6f0fdc8446d778853f
Revert "Add possibility for command inset to inherit enclosing font"

The new method was badly named, it was not supposed to override the
existing inheritFont.

Fixes bug #10682.

This reverts commit 555338048d417d4532fe954239a0e9e29dd5ee6d.
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