Fix a bug where cropping an image swaps the X and Y positions. Fixes bug #12413
This commit is contained in:
parent
a1c7db7388
commit
52843ad7ca
2 changed files with 2 additions and 1 deletions
|
|
@ -748,8 +748,8 @@ sub www_crop {
|
|||
$newSelf->get("filename"),
|
||||
$session->form->process("Width"),
|
||||
$session->form->process("Height"),
|
||||
$session->form->process("Left"),
|
||||
$session->form->process("Top"),
|
||||
$session->form->process("Left")
|
||||
);
|
||||
$self = $newSelf;
|
||||
$self->generateThumbnail;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue