Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • K KTextEditor
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Frameworks
  • KTextEditor
  • Merge requests
  • !136

Merged
Created Apr 13, 2021 by Waqar Ahmed@waqarDeveloper

Fix dragging when folding stuff is around

  • Overview 3
  • Commits 1
  • Changes 1

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.

BUG: 435500

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: work/fix-435500