Freeseer / freeseer

Designed for capturing presentations at conferences. Pre-fill a list of talks to record, record them, and upload them to YouTube with our YouTube Uploader.
http://freeseer.readthedocs.org
GNU General Public License v3.0
215 stars 110 forks source link

Fix #663 Selecting a desktop record region does not always work #665

Closed farazs closed 9 years ago

farazs commented 9 years ago

Fix #663

Desktop region area selection would previously only work when the selection was done downwards and to the right. This is because it needed the first click x,y coordinates to both be less than the second click x,y coordinate. This should now be fixed.

farazs commented 9 years ago

Correction: There seems to be a line of code that got deleted somehow.

I'll post here once I fix that.

farazs commented 9 years ago

Okay it's fixed now.

dideler commented 9 years ago

Thanks!