1
0
forked from mirrors/0ad
Files
0ad/source/gui/ObjectBases
trompetin17 4e98704b71 fix Propagation mousewheel event in game
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
2024-11-12 15:03:28 -05:00
..
2024-11-12 15:01:42 -05:00
2024-11-12 15:01:42 -05:00
2024-11-12 15:01:42 -05:00
2024-11-12 15:01:42 -05:00