Declare setter of autoKillFocus as public

This commit is contained in:
DBotThePony 2023-01-27 11:50:45 +07:00
parent 74ade46807
commit 87b86b5d9f
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -575,8 +575,6 @@ open class EditablePanel<out S : Screen> @JvmOverloads constructor(
} }
var autoKillFocus = false var autoKillFocus = false
protected set
private var focusedAsParent = false private var focusedAsParent = false
val font: Font get() = if (screen is MatteryScreen<*>) screen.font else minecraft.font val font: Font get() = if (screen is MatteryScreen<*>) screen.font else minecraft.font