(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:
rubidium
2009-11-16 16:42:04 +00:00
parent 5589792d0c
commit e7dd53dffc
3 changed files with 5 additions and 18 deletions

View File

@@ -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;
}