mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 01:05:48 +01:00 
			
		
		
		
	guiVolumeChange: Fix child not being removed
This commit is contained in:
		@@ -58,6 +58,9 @@ void GUIVolumeChange::removeChildren()
 | 
			
		||||
 | 
			
		||||
	if (gui::IGUIElement *e = getElementFromId(ID_soundSlider))
 | 
			
		||||
		e->remove();
 | 
			
		||||
 | 
			
		||||
	if (gui::IGUIElement *e = getElementFromId(ID_soundMuteButton))
 | 
			
		||||
		e->remove();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void GUIVolumeChange::regenerateGui(v2u32 screensize)
 | 
			
		||||
@@ -193,4 +196,3 @@ bool GUIVolumeChange::OnEvent(const SEvent& event)
 | 
			
		||||
 | 
			
		||||
	return Parent ? Parent->OnEvent(event) : false;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user