(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

@@ -902,7 +902,7 @@ struct TooltipsWindow : public Window
this->InitNested(&_tool_tips_desc);
this->flags4 &= ~WF_WHITE_BORDER_MASK; // remove white-border from tooltip
CLRBITS(this->flags4, WF_WHITE_BORDER_MASK); // remove white-border from tooltip
}
virtual Point OnInitialPosition(const WindowDesc *desc, int16 sm_width, int16 sm_height, int window_number)