https://bugs.kde.org/show_bug.cgi?id=435500
Waqar Ahmed <waqar....@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit|https://invent.kde.org/fram |https://invent.kde.org/fram |eworks/ktexteditor/commit/4 |eworks/ktexteditor/commit/1 |775bd1ffe272a1e3367510ff6d4 |89a2e0c86334dcec82f9812a2c5 |40bf1b8f2a13 |55a805437025 Resolution|--- |FIXED --- Comment #10 from Waqar Ahmed <waqar....@gmail.com> --- Git commit 189a2e0c86334dcec82f9812a2c555a805437025 by Waqar Ahmed. Committed on 13/04/2021 at 13:08. Pushed by cullmann into branch 'master'. Fix dragging when folding stuff is around This will likely fix 435500 as well. We were using selection cursors as if they were virtual cursors, which lead to incorrect values and cases where "end < start". This will be fixed now. Pixmap position was incorrect, it would appear below the screen and not attached to the "mouse cursor" as it should. This should also be fixed now. M +27 -13 src/view/kateviewinternal.cpp https://invent.kde.org/frameworks/ktexteditor/commit/189a2e0c86334dcec82f9812a2c555a805437025 -- You are receiving this mail because: You are watching all bug changes.