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

Fix that the red dot will not move in the project tree when moving the active entry #119

Open tanius opened 4 years ago

tanius commented 4 years ago

It works like this:

  1. I start a new time entry, so that a red dot shows up for the corresponding project for that time entry.

  2. I move that currently active time entry by drag&drop to a new project in the project tree.

Now the red dot should also move to the new project, but it stays with the original project in the project tree. The data and time tracking is alright, it's just a presentation issue.