On 23/10/2010 18:21, Edwin Leuven wrote:
Peter Kuemmel committed:
http://www.lyx.org/trac/changeset/35795
peter, after your commit, how easy would it be to change the mouse
cursor to Qt::PointingHandCursor when hovering a clickable inset?

Quite easy actually but nothing to do with Peter's changes. Mouse hovering is already detected in BufferView::updateHoveredInset() and BufferView::mouseEventDispatch(). So I guess that merely setting a flag in BufferView::updateHoveredInset() when we are over a clickable inset and then checking this flag in GuiWorkArea::dispatch() should do.

Abdel.


Reply via email to