jansorg / tom-ui

Qt5-based user interface for the tom time tracker
https://www.tomtime.dev
GNU General Public License v3.0
8 stars 2 forks source link

Jump to the frame when starting a new frame #137

Open tanius opened 2 years ago

tanius commented 2 years ago

Since implementing #131, a newly started time tracking frame can appear at either end of the list of frames, depending on the sort order.

That's great, but it now also means that it can appear at the opposite end from the current scroll position. That's confusing, as the usual visual confirmation that a new frame has started is missing then.

Proposal: always auto-scroll to the new frame after starting one.