Mercurial > hg > openttd
changeset 13681:8a9c76671328 draft
(svn r18206) -Fix [FS#3322]: on could 'pan' on the viewports of other windows, like the industry view, too
author | rubidium <rubidium@openttd.org> |
---|---|
date | Sat, 21 Nov 2009 16:02:05 +0000 |
parents | 32d9efa03341 |
children | 407739049b92 |
files | src/window.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/window.cpp +++ b/src/window.cpp @@ -770,7 +770,7 @@ { /* 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;