Ahhh, as always, spot on Justin :) Thanks. This did the trick:
super(ToolWindow, self).__init__(parent) Updated gist here: https://gist.github.com/fredrikaverpil/b76bd91b9924435465ecb1b2270c1a9d What’s weird is now that you *must* set the Qt.Tool window flag in OS X to make the window stay on top of Maya. In Windows, you don’t have to use this window flag… // Fredrik -- 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%3DwhWNMa%2BzAVmDHLX9iVBQiQ4supNeJ%3DU8Um8Y1gg9APNcL3A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
