]> git.lyx.org Git - features.git/commit
fix bug 1973 (hopefully)
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Tue, 22 May 2007 10:51:38 +0000 (10:51 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Tue, 22 May 2007 10:51:38 +0000 (10:51 +0000)
commit7930b9e5b6b3796eba60ccfa474a772b1ccf9248
tree4a7e78630538d3d815dbc6c593a6cd4beae29c74
parentcddcdd08ea30fed7c6f6e5f3cfee15f5d3a72c5e
fix bug 1973 (hopefully)

* src/Text2.cpp
(Text::setCharFont): Assert
(Text::setInsetFont): New, set the font recursively in insets
(Text::setFont): Call setInsetFont instead of setCharFont if needed

* src/DocIterator.cpp
(DocIterator::forwardIdx): Implement

* src/Text.h
(Text::setInsetFont): New, set the font recursively in insets
(Text::setCharFont): Document

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18452 a592a061-630c-0410-9148-cb99ea01b6c8
src/DocIterator.cpp
src/Text.h
src/Text2.cpp