Bo Peng wrote:
> Note that partial repaint should be implemented regardless of my
> button patch.
Partial repaint works fine without your patch ;-)
So you mean I can not request partial redraw for the paragraph with
hover-style buttons?
Unless you reposition the keyboard cursor, no.
Then, the comment of workAreaDispatch needs to be
updated.
/// \sa WorkArea
/// \retval (false, xxx) if no redraw is required
This one is correct.
/// \retval (true, true) if a single paragraph redraw is needed
This one should be: a redraw is needed and FYI, only one paragraph
metrics was updated.
/// \retval (true, false) if a full redraw is needed
This one should be: a redraw is needed and FYI, the whole screen metrics
was updated.
Abdel.