Changes between Initial Version and Version 1 of Ticket #42646, comment 12
- Timestamp:
- 12/07/2017 03:56:48 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #42646, comment 12
initial v1 1 @WebTrooper Can you please give [attachment:42646.diff] a test and let me know if this resolves the issue you were experiencing? it does in my case. This patch fixes an issue where the cropper settings were essentially overwritten after a change to make the shift key restrict dimensions to a 1:1 ration. Now they are stored and used if available, also restored after the shift drag behavior.1 @WebTrooper Can you please give [attachment:42646.diff] a test and let me know if this resolves the issue you were experiencing? it does in my testing. This patch fixes an issue where the cropper settings were essentially overwritten after a change to make the shift key restrict dimensions to a 1:1 ration. Now they are stored and used if available, also restored after the shift drag behavior. 2 2 3 3 Thanks.