Un-internal killFocusForEverythingExceptInner
This commit is contained in:
parent
fb5ed4bf7e
commit
9ce7cfedde
@ -220,11 +220,11 @@ public abstract class MatteryScreen<T extends MatteryMenu> extends AbstractConta
|
||||
var panel = panels.get(i);
|
||||
|
||||
if (happen_to_click) {
|
||||
panel.killFocusForEverythingExceptInner$overdrive_that_matters();
|
||||
panel.killFocusForEverythingExceptInner();
|
||||
} else if (panel.mouseClickedChecked(p_97748_, p_97749_, p_97750_)) {
|
||||
happen_to_click = true;
|
||||
} else {
|
||||
panel.killFocusForEverythingExceptInner$overdrive_that_matters();
|
||||
panel.killFocusForEverythingExceptInner();
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -694,7 +694,7 @@ open class EditablePanel @JvmOverloads constructor(
|
||||
}
|
||||
}
|
||||
|
||||
internal fun killFocusForEverythingExceptInner() {
|
||||
fun killFocusForEverythingExceptInner() {
|
||||
for (child in children) {
|
||||
child.killFocusForEverythingExceptInner()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user