示例#1
0
    def exitActive(self):
        SCElement.exitActive(self)
        self.hideMenu()

        # reset the frame color
        self.button.frameStyle[DGG.BUTTON_READY_STATE].setColor(
            *SCMenuHolder.DefaultFrameColor)
        self.button.updateFrameStyle()
 def exitActive(self):
     SCElement.exitActive(self)
     self.hideMenu()
     self.button.frameStyle[DGG.BUTTON_READY_STATE].setColor(*SCMenuHolder.DefaultFrameColor)
     self.button.updateFrameStyle()