mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-06 08:38:30 +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 = { _,_ ->
|
it.clickOnceListener = { _,_ ->
|
||||||
full.resetScroll()
|
full.resetScroll()
|
||||||
full.changePanelTo(0)
|
full.changePanelTo(0)
|
||||||
|
full.playerButtonSelected?.forceUnhighlight = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
private val mainDeleteButton = UIItemTextButton(this,
|
private val mainDeleteButton = UIItemTextButton(this,
|
||||||
|
|||||||
Reference in New Issue
Block a user