mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-11-04 13:38:14 +08:00 
			
		
		
		
	FIX: minor mistake (#482)
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							fab74f745d
						
					
				
				
					commit
					b3aad183da
				
			@@ -131,7 +131,7 @@ Element emptyElement() {
 | 
			
		||||
  class Impl : public Node {
 | 
			
		||||
    void ComputeRequirement() override {
 | 
			
		||||
      requirement_.min_x = 0;
 | 
			
		||||
      requirement_.min_x = 0;
 | 
			
		||||
      requirement_.min_y = 0;
 | 
			
		||||
    }
 | 
			
		||||
  };
 | 
			
		||||
  return std::make_unique<Impl>();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user