mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 21:34:08 -07:00
Propagation mousewheel event was introduce to have the opportunity to parent handle this event if an only if the child doenst handle and the parent set a handler for that event. The error foundedd by elexis inside a game relay on the message waw propagated outsie IGUIObjects to CGUI.cpp that shouldnt be at the beggin. I forget to stop the propagation when all objects in the tree was validated, because of that the message was propagate to CGUI.cpp andd then hanle by camera. the fix suggest to only propagate the event in the GUI tree, not outside the GUI tree |
||
|---|---|---|
| .. | ||
| IGUIButtonBehavior.cpp | ||
| IGUIButtonBehavior.h | ||
| IGUIObject.cpp | ||
| IGUIObject.h | ||
| IGUIPanel.cpp | ||
| IGUIPanel.h | ||
| IGUIScrollBarOwner.cpp | ||
| IGUIScrollBarOwner.h | ||
| IGUITextOwner.cpp | ||
| IGUITextOwner.h | ||