mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
Add a FIXME for Text::font_ member.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20001 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e5ec07d513
commit
070a7fc290
@ -295,8 +295,12 @@ public:
|
||||
///
|
||||
ParagraphList pars_;
|
||||
|
||||
/// FIXME: this font_ member has nothing to do here!
|
||||
/// It is used in applyOuterFont() and setCharFont() for reasons
|
||||
/// that are not clear... to hand hand the outermost language and
|
||||
/// also for char style apparently.
|
||||
/// our 'outermost' font. This is handed down from the surrounding
|
||||
// inset through the pi/mi parameter (pi.base.font)
|
||||
/// inset through the pi/mi parameter (pi.base.font)
|
||||
Font font_;
|
||||
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user