File diff r11518:6c02f3322c23 → r11519:80d5a7e0eeb8
src/order_gui.cpp
Show inline comments
 
@@ -1125,7 +1125,7 @@ public:
 
		}
 
	}
 

	
 
	virtual void OnResize(Point new_size, Point delta)
 
	virtual void OnResize(Point delta)
 
	{
 
		/* Update the scroll + matrix */
 
		this->vscroll.cap = (this->widget[ORDER_WIDGET_ORDER_LIST].bottom - this->widget[ORDER_WIDGET_ORDER_LIST].top) / 10;