I'm trying to disable the mouse-wheel on a widget using an eventFilter. Unfortunately it's not working as expected - code: http://pastebin.com/KEjdRKmu First of all the wheel event seems to be only triggered if the scrollbarHandle is at it's minimum or maximum and I'm trying to scroll above it's limits. Also, afaik simply returning True should be sufficient for stopping the event propagation but that doesn't seem to to be the case.
-- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
