Jean-Marc Lasgouttes wrote:
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
That's what it is called actually. BufferView::update() does some
checks on the Update flags and decides to update the full metrics or
us the singlePar optimisation, hence the boolean argument of
updateMetrics(bool).
It is not very clear from reading the source, and the fact that
updateMetrics is used directly at times does not make the situation
easier to understand.
You should have a look at the 1.4 code to get a sense of real
complication :-)
Basically BufferView::update() is now called only once at the end of the
dispatch machinery. If you want a full screen refresh, just call
updateMetrics(false).
Abdel.