mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-10 07:48:31 +07:00
Small File Chooser and Separator fixes (#9496)
* Fix FileChooser click-behind * Fix separators not allowing a Table to shrink back when other cells change width
This commit is contained in:
@ -123,6 +123,7 @@ open class FileChooser(
|
||||
|
||||
init {
|
||||
innerTable.top().left()
|
||||
innerTable.touchable = Touchable.enabled
|
||||
|
||||
fileList.selection.setProgrammaticChangeEvents(false)
|
||||
fileNameInput.setTextFieldListener { textField, _ -> result = textField.text }
|
||||
|
Reference in New Issue
Block a user