From 9d2738b9c4c917fef1435276f7963c05fad817de Mon Sep 17 00:00:00 2001 From: alberth Date: Sun, 29 Mar 2009 09:49:11 +0000 Subject: (svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback --- src/order_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/order_gui.cpp') diff --git a/src/order_gui.cpp b/src/order_gui.cpp index b133aac9c..be09ff6b2 100644 --- a/src/order_gui.cpp +++ b/src/order_gui.cpp @@ -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; -- cgit v1.2.3-54-g00ecf