summaryrefslogtreecommitdiff
path: root/src/toolbar_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-10-24 14:53:55 +0000
committerrubidium <rubidium@openttd.org>2009-10-24 14:53:55 +0000
commitca0521f89fc53be22e18cb56f6d9c358555246af (patch)
tree709e00edcb606c69ea67ffbf1ba2a115c0bedb70 /src/toolbar_gui.cpp
parentc3992ab7b69461189f217be73136997cd097ee62 (diff)
downloadopenttd-ca0521f89fc53be22e18cb56f6d9c358555246af.tar.xz
(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.
Diffstat (limited to 'src/toolbar_gui.cpp')
-rw-r--r--src/toolbar_gui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/toolbar_gui.cpp b/src/toolbar_gui.cpp
index 88384bf76..5a7d05b88 100644
--- a/src/toolbar_gui.cpp
+++ b/src/toolbar_gui.cpp
@@ -1127,7 +1127,7 @@ struct MainToolbarWindow : Window {
}
}
- virtual void OnResize(Point delta)
+ virtual void OnResize()
{
if (this->width <= TBP_NORMAL_MAXBUTTON * TBP_BUTTONWIDTH) {
SplitToolbar(this);
@@ -1322,7 +1322,7 @@ public:
_place_proc(tile);
}
- virtual void OnResize(Point delta)
+ virtual void OnResize()
{
/* There are 16 buttons plus some spacings if the space allows it.
* Furthermore there are two panels of which one is non - essential