src/text.c

changeset 33
e7ddb52facd3
parent 32
86468a71dd73
child 36
e26b4ac1661c
--- a/src/text.c	Mon Mar 04 21:16:46 2024 +0100
+++ b/src/text.c	Wed Mar 06 23:08:03 2024 +0100
@@ -118,6 +118,8 @@
         node->text = strdup(text);
     }
 
+    asc_scene_add(&asc_context.active_window->ui, &node->base);
+
     return node;
 }
 

mercurial