NLSurfMan / tasks

IntelliJ Tasks Plugin
http://confluence.jetbrains.net/display/CONTEST/Tasks
29 stars 16 forks source link

Drag must be exactly on Task #10

Closed NLSurfMan closed 10 years ago

NLSurfMan commented 10 years ago

When dragging a task, you need to start the drag on the task itself. When dragging from the "blue" line of the renderer, the drag doesn't reigster. This is a Swing quirk, so I don't know if it can be fixed.

NLSurfMan commented 10 years ago

Had to do with the difference between getPathForPoint(Point) and getClosestPathforPoint(Point).