(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:
@@ -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
|
||||
|
Reference in New Issue
Block a user