dag: optimize rendering when selecting in the graph view
commit9dfb7eb438801cb18b5ebbfc7915bcdbc68943a7
authorDavid Aguilar <davvid@gmail.com>
Sun, 26 Feb 2023 11:15:17 +0000 (26 03:15 -0800)
committerDavid Aguilar <davvid@gmail.com>
Sun, 26 Feb 2023 11:15:37 +0000 (26 03:15 -0800)
tree5f2de115054f352bc603aa10e841b6c22feaace5
parent4da5944bebdffe5ce7c076fea5f7cb9b4d10584d
dag: optimize rendering when selecting in the graph view

Minimize the amount of work done inside of the mouseMoveEvent() to
optimize the rendering speed when drag-selecting commits.
Adjust rendering options for better interactivity.

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/app.py
cola/widgets/dag.py