Live update tex tool text

This commit is contained in:
MathemanFlo
2022-05-04 11:19:06 +02:00
parent 7e6c506892
commit 24a455008c
+1 -1
View File
@@ -313,7 +313,7 @@ class UIHeader {
if (Context.tool == ToolText) {
var h = Id.handle();
h.text = Context.textToolText;
Context.textToolText = ui.textInput(h, "");
Context.textToolText = ui.textInput(h, "", Left, true, true);
if (h.changed) {
ui.g.end();
RenderUtil.makeTextPreview();