(svn r18119) -Codechange/Fix: always call OnResize so the matrices/scrollbars are initialised without the need for duplicating the OnResize code
This commit is contained in:
@@ -227,9 +227,6 @@ public:
|
||||
|
||||
this->InitNested(desc, vehicletype);
|
||||
|
||||
/* Update the scrollbars/matrix 'definitions' */
|
||||
this->OnResize();
|
||||
|
||||
this->owner = _local_company;
|
||||
this->sel_group = id_g;
|
||||
}
|
||||
|
Reference in New Issue
Block a user