Alfredo Braunstein wrote:
[EMAIL PROTECTED] wrote:
Author: younes
Date: Wed Sep 5 15:45:58 2007
New Revision: 20068
URL: http://www.lyx.org/trac/changeset/20068
Log:
* TextMetrics::draw(): get rid of the first par ascent offset.
* BufferView::draw(): adapt to above change.
* InsetCollapsable::draw(): ditto -> get rid of textdim_ member.
I think I don't like this change. Doesn't this mean that text inside inlined
insets is not correctly aligned anymore with the surrounding text?
No, it works fine for footnote, not so well for ert but that something
else I think.
What are
the advantages of this?
I just got rid of adding the ascent offset which was immediately removed
in TextMetrics::draw(). I also got rid of the texdim_ cache which was
wrong in a multiview world.
Abdel.