Guido cannot work in python mode

Nice variant to def mouseDragged(self, *args):! :+1:
But given the parameter my isn’t used, just mx, just go w/ def mouseDragged(self, mx, *_):. :wink:

Also, no need for self.hover = False inside __init__() though. :nerd_face:
Parent ActiveElement controls that property by itself. :control_knobs: