> 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? Then, the comment of workAreaDispatch needs to be
updated.

    /// \sa WorkArea
    /// \retval (false, xxx) if no redraw is required
    /// \retval (true, true) if a single paragraph redraw is needed
    /// \retval (true, false) if a full redraw is needed
    std::pair<bool, bool> workAreaDispatch(FuncRequest const & ev);


Bo

Reply via email to