mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-11-04 05:28:15 +08:00 
			
		
		
		
	Fix automerge in tables. (#333)
This commit is contained in:
		@@ -81,6 +81,7 @@ Element color(Color, Element);
 | 
			
		||||
Element bgcolor(Color, Element);
 | 
			
		||||
Decorator focusPosition(int x, int y);
 | 
			
		||||
Decorator focusPositionRelative(float x, float y);
 | 
			
		||||
Element automerge(Element);
 | 
			
		||||
 | 
			
		||||
// --- Layout is
 | 
			
		||||
// Horizontal, Vertical or stacked set of elements.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user