erengy / taiga

A lightweight anime tracker for Windows
https://taiga.moe
GNU General Public License v3.0
2.09k stars 224 forks source link

Information box score does not change when switching entries while the window remains opened #767

Open rzumer opened 5 years ago

rzumer commented 5 years ago

To reproduce:

  1. Open the information window for any scored entry in an existing list
  2. Open a different entry with a different score, refreshing the information window without closing it
  3. Return to the "list and settings" tab

All of the information that I use (dates, episodes watched, status) is updated as expected except for the score, which does not change from the score of the entry with which the window was opened.

Giorgio6846 commented 1 year ago

This error is caused by the if in the line 395 in dlg_anime_info_page.cpp because it doesn't request the score of the new selected anime. However because of my little knowledge I didn't make pull request for fears that it could breaks other functions.