(svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was used in ways that aren't always wanted, causing bugs and the like. Also with nested widgets most reasons for handling OnResize have gone.
This commit is contained in:
@@ -771,9 +771,8 @@ public:
|
||||
/**
|
||||
* Called after the window got resized.
|
||||
* For nested windows with a viewport, call NWidgetViewport::UpdateViewportCoordinates.
|
||||
* @param delta The amount of which the window size changed.
|
||||
*/
|
||||
virtual void OnResize(Point delta) {}
|
||||
virtual void OnResize() {}
|
||||
|
||||
/**
|
||||
* A dropdown option associated to this window has been selected.
|
||||
|
Reference in New Issue
Block a user