Skip to content

Panel: take edge case into account

Fushan Wen requested to merge work/fuf/touch into master

geometryByDistance provides a convenient way to offset the panel rect. When a window just touches the panel edge, by offsetting the panel rect by 1px, the window rect will still be intersected with the panel rect.

Merge request reports