https://bugs.kde.org/show_bug.cgi?id=399846
Tymond <tamtamy.tym...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/kri | |ta/08f1cea63156ab72cde3b280 | |127c205f9d2cb862 Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #6 from Tymond <tamtamy.tym...@gmail.com> --- Git commit 08f1cea63156ab72cde3b280127c205f9d2cb862 by Agata Cacko. Committed on 17/04/2019 at 07:04. Pushed by tymond into branch 'master'. Fix tilt elevation curve not working correctly Before this commit, tilt elevation curve was broken because of addition of spinboxes which didn't allow for reverse range. This commit provides reverse range calculations for spinboxes and fixes multiple conversions between values inside curve widget. M +1 -0 libs/ui/CMakeLists.txt M +1 -0 libs/ui/tests/CMakeLists.txt A +115 -0 libs/ui/tests/KisSpinBoxSplineUnitConverterTest.cpp [License: GPL (v2+)] A +49 -0 libs/ui/tests/KisSpinBoxSplineUnitConverterTest.h [License: GPL (v2+)] A +28 -0 libs/ui/utils/KisSpinBoxSplineUnitConverter.cpp [License: UNKNOWN] * A +48 -0 libs/ui/utils/KisSpinBoxSplineUnitConverter.h [License: GPL (v2+)] M +20 -9 libs/ui/widgets/kis_curve_widget.cpp M +13 -8 libs/ui/widgets/kis_curve_widget_p.h The files marked with a * at the end have a non valid license. Please read: https://community.kde.org/Policies/Licensing_Policy and use the headers which are listed at that page. https://commits.kde.org/krita/08f1cea63156ab72cde3b280127c205f9d2cb862 -- You are receiving this mail because: You are watching all bug changes.