Index: ps/trunk/source/gui/GUIManager.cpp =================================================================== --- ps/trunk/source/gui/GUIManager.cpp +++ ps/trunk/source/gui/GUIManager.cpp @@ -320,7 +320,7 @@ // to capture all mouse events until a mouseup after dragging). // So we call two separate handler functions: - bool handled; + bool handled = false; { PROFILE("handleInputBeforeGui");