Comment 3 for bug 816560

Revision history for this message
RaiMan (raimund-hocke) wrote : Re: X-1.0rc3: Region.left() / .right() doesn't work on secondary monitor

below() seems to be wrong too.

Only Match objects have this effect.

Calculated Regions work ok.

Workaround: cast matches to Regions:

r = Region(s.find(image))
r.highlight(2)