Blender Git Commit Log
Git Commits -> Revision aec7821
Revision aec7821 by Ton Roosendaal (master) September 22, 2005, 19:47 (GMT) |
Bugfix #3085 When you move the mouse, while dragging numbers in buttons (or sliding), and release it over another button, the release event was passed on to that button. It happened with Radiosity buttons for example. Reason; buttons with return event 0 are passing on events to other buttons. This is needed for LABEL or ROUNDBOX buttons, to prevent them blocking events when there's another button inside. Made sure all these number/slider buttons returning B_NOP now. |
Commit Details:
Full Hash: aec7821c2dc3b575b93d69bf9dff026687817594
SVN Revision: 5328
Parent Commit: 5836738
Lines Changed: +36, -36