fix select round after closing

This commit is contained in:
Maxime Réaux 2026-02-13 08:01:26 +01:00
parent d869017646
commit 42eb625ef6
2 changed files with 7 additions and 1 deletions

View file

@ -141,7 +141,9 @@ class RoundController:
return
self.app.is_dirty = True
self.app.navigation.refresh(RefreshScope.CURRENT_SELECTION_DETAILS)
self.app.navigation.refresh(RefreshScope.WARS_TREE)
self.app.navigation.refresh_and_select(
RefreshScope.WARS_TREE, item_type=ItemType.ROUND, item_id=round_id
)
# Choice methods