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