It's possible that "closing" a docked window isn't the same as physically closing it via the X button on the Window; the latter potentially signalling via the Window Manager of the OS whereas the former is internal to Qt (i.e. deleting a widget).
This might be related. http://qt-project.org/forums/viewthread/7661 In which case it might be a parenting matter and you'll need to pass the DeleteOnClose bit. -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAFRtmOACrhoQZF0KkbAD3mtoKbrV0-T4cjK%2BYCr9fDdxx_mY-w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
