mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 20:31:51 +09:00
fix: selected player cell would remain force-unhighlighted when 'back' is hit
This commit is contained in:
@@ -115,6 +115,7 @@ class UILoadManage(val full: UILoadSavegame) : UICanvas() {
|
||||
it.clickOnceListener = { _,_ ->
|
||||
full.resetScroll()
|
||||
full.changePanelTo(0)
|
||||
full.playerButtonSelected?.forceUnhighlight = false
|
||||
}
|
||||
}
|
||||
private val mainDeleteButton = UIItemTextButton(this,
|
||||
|
||||
Reference in New Issue
Block a user