Use <= comparison for BLI_rctf_compare so two rectangles which are exactly the same return true with a limit of zero. Matches compare_ff, compare_v3v3 etc. In practice, this shouldn't result in user visible functional changes.
Use <= comparison for BLI_rctf_compare so two rectangles which are exactly the same return true with a limit of zero. Matches compare_ff, compare_v3v3 etc. In practice, this shouldn't result in user visible functional changes.