mirror of
				https://github.com/nicbarker/clay.git
				synced 2025-11-04 00:26:17 +00:00 
			
		
		
		
	Merge 60a7fbdd1d into 588b93196c
				
					
				
			This commit is contained in:
		
						commit
						4ab05cb78a
					
				| 
						 | 
					@ -437,7 +437,7 @@ UI_AutoId :: proc() -> proc (config: ElementDeclaration) -> bool {
 | 
				
			||||||
	return ConfigureOpenElement
 | 
						return ConfigureOpenElement
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
UI :: proc{UI_WithId, UI_AutoId};
 | 
					UI :: proc{UI_WithId, UI_AutoId}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Text :: proc($text: string, config: ^TextElementConfig) {
 | 
					Text :: proc($text: string, config: ^TextElementConfig) {
 | 
				
			||||||
	wrapped := MakeString(text)
 | 
						wrapped := MakeString(text)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue