fix select round after closing
This commit is contained in:
parent
d869017646
commit
42eb625ef6
2 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue