From f97ec55e0ccab28f11d68b112b84fe40b562b219 Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Wed, 26 Oct 2022 22:37:01 +0700 Subject: [PATCH] Why this wasn't done before --- .../ru/dbotthepony/mc/otm/client/screen/MatterPanelScreen.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/MatterPanelScreen.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/MatterPanelScreen.kt index 0453dc22f..986f64a7e 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/MatterPanelScreen.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/MatterPanelScreen.kt @@ -216,6 +216,7 @@ class MatterPanelScreen( val input = object : EditBoxPanel(this@MatterPanelScreen, rowInput) { init { dock = Dock.FILL + requestFocus() } override fun configureNew(widget: EditBox, recreation: Boolean) {