Roger / escrotum

Linux screen capture using pygtk, inspired by scrot
GNU General Public License v3.0
213 stars 23 forks source link

Fix #59: Selection captures wrong area #60

Closed SammysHP closed 4 years ago

SammysHP commented 4 years ago

Previously just the selected area was copied into the buffer that should contain the whole root. Now everything is copied and masked after which the region of interest is extracted.

Not sure when this bug was introduced (I haven't updated this for a very long time, over 4 years…) and it's only quickly tested with my multi-monitor setup.

Roger commented 4 years ago

thanks! this was introduced in the port to python3, sorry that I'm not that active lately, I have not much time, so thanks a lot for the fix