RogerMarsh / chesstab

Database for chess games
Other
0 stars 0 forks source link

Chess engine analysis not cleared correctly when no database open. #7

Open RogerMarsh opened 6 months ago

RogerMarsh commented 6 months ago

With no database open, if some moves are entered in a game with a chess engine running followed by some with no chess engine running, the analysis is not cleared when traversing from positions with analysis to positions without analysis. The right analysis is displayed when traversing to a position with analysis.

All analysis done while no database is open is correctly discarded when a database is opened, and replaced by whatever is available on the database.