]> git.lyx.org Git - features.git/commit
Fix bug #6919 by splitting Inset::noFontChange() into inheritFont() and
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Tue, 22 Feb 2011 19:41:04 +0000 (19:41 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Tue, 22 Feb 2011 19:41:04 +0000 (19:41 +0000)
commitf176a18434d40eead5f5a64234db9445053cbf76
tree6e0a76d7f028eab697c1a92990ba3d39b34b2f56
parent0085a9920a0ab457eec871a296aa83a7e0afb7c1
Fix bug #6919 by splitting Inset::noFontChange() into inheritFont() and
resetFontEdit(). The former is used for on-screen and export formatting,
and the latter is used for interactive editing.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37761 a592a061-630c-0410-9148-cb99ea01b6c8
15 files changed:
src/Paragraph.cpp
src/Text.h
src/Text2.cpp
src/TextMetrics.cpp
src/insets/Inset.h
src/insets/InsetBox.h
src/insets/InsetFlex.cpp
src/insets/InsetFlex.h
src/insets/InsetFloat.h
src/insets/InsetFootlike.h
src/insets/InsetListings.h
src/insets/InsetNote.h
src/insets/InsetTabular.h
src/mathed/MathMacroTemplate.h
src/rowpainter.cpp