mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 09:15:29 +01:00 
			
		
		
		
	Fix dancing text
This commit is contained in:
		@@ -1430,6 +1430,9 @@ void intlGUIEditBox::calculateScrollPos()
 | 
			
		||||
		// todo: adjust scrollbar
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if (!WordWrap && !MultiLine)
 | 
			
		||||
		return;
 | 
			
		||||
 | 
			
		||||
	// vertical scroll position
 | 
			
		||||
	if (FrameRect.LowerRightCorner.Y < CurrentTextRect.LowerRightCorner.Y)
 | 
			
		||||
		VScrollPos += CurrentTextRect.LowerRightCorner.Y - FrameRect.LowerRightCorner.Y; // scrolling downwards
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user