1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 20:49:11 +00:00

(svn r22932) -Fix [FS#4766]: disable the white border on window creation for several windows (based on patch by monoid)

This commit is contained in:
yexo
2011-09-15 13:26:27 +00:00
parent 9a6ec0dce7
commit ad232bd497
6 changed files with 6 additions and 4 deletions

View File

@@ -1801,8 +1801,8 @@ struct NetworkClientListPopupWindow : Window {
this->AddAction(STR_NETWORK_CLIENTLIST_BAN, &ClientList_Ban);
}
this->flags4 &= ~WF_WHITE_BORDER_MASK;
this->InitNested(desc, client_id);
CLRBITS(this->flags4, WF_WHITE_BORDER_MASK);
}
virtual Point OnInitialPosition(const WindowDesc *desc, int16 sm_width, int16 sm_height, int window_number)