Why this wasn't done before

This commit is contained in:
DBotThePony 2022-10-26 22:37:01 +07:00
parent ebabcdf731
commit f97ec55e0c
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -216,6 +216,7 @@ class MatterPanelScreen(
val input = object : EditBoxPanel<MatterPanelScreen>(this@MatterPanelScreen, rowInput) { val input = object : EditBoxPanel<MatterPanelScreen>(this@MatterPanelScreen, rowInput) {
init { init {
dock = Dock.FILL dock = Dock.FILL
requestFocus()
} }
override fun configureNew(widget: EditBox, recreation: Boolean) { override fun configureNew(widget: EditBox, recreation: Boolean) {