mirror of
https://github.com/nicbarker/clay.git
synced 2025-11-08 05:38:30 +00:00
Compare commits
2 commits
772a33b402
...
7ae47ed350
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7ae47ed350 | ||
|
|
6e379a7c41 |
|
|
@ -437,7 +437,7 @@ UI_AutoId :: proc() -> proc (config: ElementDeclaration) -> bool {
|
|||
return ConfigureOpenElement
|
||||
}
|
||||
|
||||
UI :: proc{UI_WithId, UI_AutoId};
|
||||
UI :: proc{UI_WithId, UI_AutoId}
|
||||
|
||||
Text :: proc($text: string, config: ^TextElementConfig) {
|
||||
wrapped := MakeString(text)
|
||||
|
|
|
|||
Loading…
Reference in a new issue