HomeWildfire Games

Added right click selection removal. Fixes #1028. Thanks to kingadami and…

Description

Added right click selection removal. Fixes #1028. Thanks to kingadami and GerbilOfDoom for the patch.

Details

Committed
quantumstateJan 3 2013, 11:53 PM
Parents
rP13039: Added unordered map serialization
Branches
Unknown
Tags
Unknown

Event Timeline

elexis added a subscriber: elexis.Sep 22 2019, 3:41 PM
elexis added inline comments.
/ps/trunk/source/gui/IGUIButtonBehavior.cpp
29

uninitialized m_PressedRight!

elexis added inline comments.Sep 22 2019, 4:43 PM
/ps/trunk/source/gui/IGUIButtonBehavior.cpp
29

Isn't a problem as long as GUIM_MOUSE_PRESS_RIGHT happens before GUIM_MOUSE_RELEASE_RIGHT, and as long as no newly introduced code would read from the member. So it worked, but its safer for future code to initialize at construction time.