You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug seems pretty simple; I could probably fix it. Feel free to assign to me.
Steps to reproduce bug:
left click (and hold) on a commit in the list of commits
drag the mouse up or down past a few other commits
release left mouse button
At this point, two commits will be highlighted. See attached video.
I originally thought this was a bug, but maybe it could be turned into a feature! It would be pretty nifty to make the light-blue highlighter continue to follow the cursor around regardless of whether the mouse button is held down or not. It helps me visually the eye line up commit circles, commit messages, and the author/date.
Thoughts?
P.S.
Pay no attention to all the "gitslam!" commits in my repo in the video - its just a personal repo that no one else uses.
tmp.webm
The text was updated successfully, but these errors were encountered:
Qt was adding additional highlighting that was distracting. This commit
fixes that issue by manually drawing the highlighted background color
instead of relying on Qt to do that.
See
Murmele#699
jensenr30
added a commit
to jensenr30/Gittyup
that referenced
this issue
Feb 25, 2024
Qt was adding additional highlighting that was distracting. This commit
fixes that issue by manually drawing the highlighted background color
instead of relying on Qt to do that.
See
Murmele#699
Qt was adding additional highlighting that was distracting. This commit
fixes that issue by manually drawing the highlighted background color
instead of relying on Qt to do that.
See
Murmele#699
This bug seems pretty simple; I could probably fix it. Feel free to assign to me.
Steps to reproduce bug:
At this point, two commits will be highlighted. See attached video.
I originally thought this was a bug, but maybe it could be turned into a feature! It would be pretty nifty to make the light-blue highlighter continue to follow the cursor around regardless of whether the mouse button is held down or not. It helps me visually the eye line up commit circles, commit messages, and the author/date.
Thoughts?
P.S.
Pay no attention to all the "gitslam!" commits in my repo in the video - its just a personal repo that no one else uses.
tmp.webm
The text was updated successfully, but these errors were encountered: