1
0
Fork 0

(svn r19908) -Codechange: Use a boolean value to assign to a boolean variable.

release/1.1
alberth 2010-05-30 12:40:40 +00:00
parent 0960e0c4f2
commit ef353f69ca
1 changed files with 1 additions and 1 deletions

View File

@ -1285,7 +1285,7 @@ void InitWindowSystem()
_z_front_window = NULL;
_focused_window = NULL;
_mouseover_last_w = NULL;
_scrolling_viewport = 0;
_scrolling_viewport = false;
NWidgetLeaf::InvalidateDimensionCache(); // Reset cached sizes of several widgets.
}