Panda in PyQt

Yes, it’s fixed in Panda CVS now. A workaround until then is to use the Python win32 or ctypes module to call SetFocus(window) whenever you get a mouse event in the Panda window. (The problem is that Panda wasn’t resetting the keyboard focus to itself.)

David