Summary: | Layer - Transform - Offset can't enter a value greater than 13887.50 | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Dan <dan.mclaughlin> |
Component: | Tools/Transform | Assignee: | Tiar <tamtamy.tymona> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | tamtamy.tymona |
Priority: | NOR | ||
Version: | 4.2.8 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/kde/krita/commit/08d9b9c04e64121c5a34ca3e7bf4196f03843f98 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | Simple project file showing the issue, try to move the selected layer over by 16384 pixels (or other large values) |
Git commit f2419f5af19840e82db026942a3da8e25c707ab5 by Agata Cacko. Committed on 03/12/2019 at 12:42. Pushed by tymond into branch 'master'. Increase the limit in Layer Offset to 100k Before this commit, there was no maximum set on the double spin box which holded the value. Because by default it would be filled with half of the width and height of the layer extent, there will be some maximum value set bigger than 99 which is the default for double spin boxes. This commit fixes this behaviour by setting 100 000 as a maximum explicitely. M +6 -0 plugins/extensions/offsetimage/wdg_offsetimage.ui https://invent.kde.org/kde/krita/commit/f2419f5af19840e82db026942a3da8e25c707ab5 Git commit 08d9b9c04e64121c5a34ca3e7bf4196f03843f98 by Agata Cacko. Committed on 11/12/2019 at 12:49. Pushed by tymond into branch 'krita/4.2'. Increase the limit in Layer Offset to 100k Before this commit, there was no maximum set on the double spin box which holded the value. Because by default it would be filled with half of the width and height of the layer extent, there will be some maximum value set bigger than 99 which is the default for double spin boxes. This commit fixes this behaviour by setting 100 000 as a maximum explicitely. M +6 -0 plugins/extensions/offsetimage/wdg_offsetimage.ui https://invent.kde.org/kde/krita/commit/08d9b9c04e64121c5a34ca3e7bf4196f03843f98 |
Created attachment 124165 [details] Simple project file showing the issue, try to move the selected layer over by 16384 pixels (or other large values) SUMMARY Layer - Transform - Offset can't enter a value greater than 13887.50. I have a large 4k file, first when the offset dialog comes up it keeps defaulting to 13887.50 for y and 2048 for x, instead of my previous used values which would be easier. Second when I try to change the y value to say 16384 it just pops back to the 13887.50 value, and there appears to be no way to offset a layer greater than that. STEPS TO REPRODUCE 1. Load attached file 2. In that layer select Layer - Transform - Offset 3. Try to enter 16384 and tab/click outside OBSERVED RESULT The value switches back EXPECTED RESULT My value SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: Ubuntu 19.04 (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION