SettingsMenu: Fix help label sometimes not appearing
This commit is contained in:
		
							parent
							
								
									276160f0d5
								
							
						
					
					
						commit
						c2f8b6b749
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -204,7 +204,8 @@ struct Label : Widget
 | 
				
			||||||
	Label(SMP *p, const IntRect &rect,
 | 
						Label(SMP *p, const IntRect &rect,
 | 
				
			||||||
	      const char *str, uint8_t r, uint8_t g, uint8_t b)
 | 
						      const char *str, uint8_t r, uint8_t g, uint8_t b)
 | 
				
			||||||
	    : Widget(p, rect),
 | 
						    : Widget(p, rect),
 | 
				
			||||||
	      str(str)
 | 
						      str(str),
 | 
				
			||||||
 | 
						      visible(true)
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
		c.r = r;
 | 
							c.r = r;
 | 
				
			||||||
		c.g = g;
 | 
							c.g = g;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue