https://bugs.kde.org/show_bug.cgi?id=441212
Tiar <tamtamy.tym...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/grap | |hics/krita/commit/843f2e8f1 | |5d9a9249393306fa1a1da382c14 | |2e4d Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #3 from Tiar <tamtamy.tym...@gmail.com> --- Git commit 843f2e8f15d9a9249393306fa1a1da382c142e4d by Agata Cacko. Committed on 07/09/2021 at 20:07. Pushed by tymond into branch 'master'. Fix previews of various local assistants Before this commit, some assistants wouldn't handle a rotated canvas correctly (the preview would bleed out of the local area), and the previews behaviour was inconsistent between different assistants. This commit fixes the previews and makes it consistent: - both the static (depending only on the assistant) and dynamic (depending on the mouse position) previews are always visible - both previews are always limited to the local area (except for the parallel ruler which doesn't have any static preview except for the exact line that was drawn, which is fully visible no matter the local area - it could be fixed at a later date if it turns out to be a big issue). M +17 -18 plugins/assistants/Assistants/ParallelRulerAssistant.cc M +11 -8 plugins/assistants/Assistants/TwoPointAssistant.cc M +15 -16 plugins/assistants/Assistants/VanishingPointAssistant.cc https://invent.kde.org/graphics/krita/commit/843f2e8f15d9a9249393306fa1a1da382c142e4d -- You are receiving this mail because: You are watching all bug changes.