From 5c6cf4f8d25d5953282437d22c5564c3a5ca587b Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 21 Nov 2009 16:02:05 +0000 Subject: (svn r18206) -Fix [FS#3322]: on could 'pan' on the viewports of other windows, like the industry view, too --- src/window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/window.cpp b/src/window.cpp index df7c5e50b..02645f29c 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -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; -- cgit v1.2.3-70-g09d2