Declare setter of autoKillFocus as public
This commit is contained in:
parent
74ade46807
commit
87b86b5d9f
@ -575,8 +575,6 @@ open class EditablePanel<out S : Screen> @JvmOverloads constructor(
|
||||
}
|
||||
|
||||
var autoKillFocus = false
|
||||
protected set
|
||||
|
||||
private var focusedAsParent = false
|
||||
|
||||
val font: Font get() = if (screen is MatteryScreen<*>) screen.font else minecraft.font
|
||||
|
Loading…
Reference in New Issue
Block a user