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 timer keeps running after deleting the current timeframe #102

Closed tanius closed 4 years ago

tanius commented 4 years ago

For some reason, I tried deleting the current timeframe – the one with the active timer. It could be deleted without problems, but the timer was still shown as running (red dots in the project tree, and the "red square" icon to stop it in the toolbar). And now when pressing the "red square" icon in the toolbar, nothing happens, the timer is shown as still running.

Probably you want to automatically stop a running timer before deleting the timeframe to which it belongs.

jansorg commented 4 years ago

The timer is stopped, the display is not. You can safely restart to workaround this. Should be fixed at some point...

jansorg commented 4 years ago

Should be fixed with the next update