Civ list in new game screen is only scrollable up-down
This commit is contained in:
parent
2605ce6b71
commit
3e1fe03205
1 changed files with 2 additions and 2 deletions
|
@ -94,11 +94,11 @@ class NewGameScreen: PickerScreen(){
|
|||
civPickerTable.add(nationTable).row()
|
||||
}
|
||||
mainTable.setFillParent(true)
|
||||
mainTable.add(ScrollPane(civPickerTable))
|
||||
mainTable.add(ScrollPane(civPickerTable).apply { setScrollingDisabled(true,false) })
|
||||
topTable.addActor(mainTable)
|
||||
}
|
||||
|
||||
fun updateNationTables(){
|
||||
private fun updateNationTables(){
|
||||
nationTables.forEach { it.update() }
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue