You aren't actually passing the parent argument from your own constructor to the superclass constructor. Is that still a typo? If it is a typo and you are properly passing the parent, try moving the Tool window flag into the superclass constructor call as well, instead of calling it afterwards.
Justin On Wed, 10 Aug 2016, 12:11 AM Fredrik Averpil <[email protected]> wrote: > Argh.. ok, here's a gist instead: > https://gist.github.com/fredrikaverpil/b76bd91b9924435465ecb1b2270c1a9d > > > -- > 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/CAD%3DwhWNX6ksPR6O0rVCuOjbwPyCq_tpj-jQq66v0vgY3Z%2BU9cg%40mail.gmail.com > <https://groups.google.com/d/msgid/python_inside_maya/CAD%3DwhWNX6ksPR6O0rVCuOjbwPyCq_tpj-jQq66v0vgY3Z%2BU9cg%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CAPGFgA0a6ezAy5naTr8LbaYA%3DQ01mZiyVDRHQ9p7fhJxPm6zTA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
