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:
SomeTroglodyte
2023-06-01 21:53:20 +02:00
committed by GitHub
parent a7107fa04d
commit 00712e49a8
3 changed files with 5 additions and 3 deletions

View File

@ -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 }