Kagami / boram

:film_strip: Cross-platform graphical WebM converter
https://github.com/Kagami/boram/releases
433 stars 30 forks source link

Try to fix cropping border #37

Closed OrcaXS closed 5 years ago

OrcaXS commented 5 years ago

2018-08-09 17_31_23

When left equals to zero, dragging the left side of the cropping border to the left should not increase width. This PR try to fix it dirtily.

When left > 0, dragging left border to the left through the bound of the video still makes width increase. Can't solve it yet :(

Kagami commented 5 years ago

If I remember correctly it was made intentionally, but I can see why this might be undesired. I will look into it, thanks.

Kagami commented 5 years ago

Fixed in a bit more complex way. I hope nothing has broken, the code was terrible.