(svn r18206) -Fix [FS#3322]: on could 'pan' on the viewports of other windows, like the industry view, too

This commit is contained in:
rubidium 2009-11-21 16:02:05 +00:00
parent 402008d69e
commit 5c6cf4f8d2
1 changed files with 1 additions and 1 deletions

View File

@ -770,7 +770,7 @@ void Window::InitializeData(WindowClass cls, int window_number, uint32 desc_flag
{
/* Set up window properties; some of them are needed to set up smallest size below */
this->window_class = cls;
this->flags4 = WF_WHITE_BORDER_MASK; // just opened windows have a white border
this->flags4 |= WF_WHITE_BORDER_MASK; // just opened windows have a white border
this->owner = INVALID_OWNER;
this->nested_focus = NULL;
this->window_number = window_number;