mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-22 22:00:24 +07:00
Civ list in new game screen is only scrollable up-down
This commit is contained in:
@ -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() }
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user