This commit is contained in:
Iggy Kuperson 2025-07-09 15:59:12 +02:00 committed by GitHub
commit a638722b49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -430,7 +430,7 @@ UI :: proc() -> proc (config: ElementDeclaration) -> bool {
return ConfigureOpenElement
}
Text :: proc($text: string, config: ^TextElementConfig) {
Text :: proc(text: string, config: ^TextElementConfig) {
wrapped := MakeString(text)
wrapped.isStaticallyAllocated = true
_OpenTextElement(wrapped, config)