(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:
@@ -34,6 +34,7 @@ struct EndGameHighScoreBaseWindow : Window {
|
||||
EndGameHighScoreBaseWindow(const WindowDesc *desc) : Window()
|
||||
{
|
||||
this->InitNested(desc);
|
||||
CLRBITS(this->flags4, WF_WHITE_BORDER_MASK);
|
||||
ResizeWindow(this, _screen.width - this->width, _screen.height - this->height);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user