Skip to content

Check hover position as widget-relative not layout-relative

IBBoard requested to merge IBBoard/shotwell:bug-79-show-tooltips into master

This patch appears to fix bug #79 (closed) (and feels like the most consistent approach - as the `CheckerboardItem can't know whether to subtract its coordinates or not from the values it has been passed)

Without this, the mouse "position" will never be within the allocation rectangle of the title/subtitle/comment text widgets!

Merge request reports