mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-27 07:09:38 -04:00
Fix more crashing
This commit is contained in:
parent
bf1cdfddf1
commit
41184aad6d
@ -337,7 +337,7 @@ namespace ClassicalSharp.Gui.Screens {
|
|||||||
|
|
||||||
input.Text.Clear();
|
input.Text.Clear();
|
||||||
input.Text.Append(0, initialText);
|
input.Text.Append(0, initialText);
|
||||||
input.Init();
|
input.Recreate();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void AppendTextToInput(string text) {
|
public void AppendTextToInput(string text) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user