예제 #1
0
파일: EditorState.py 프로젝트: bcorfman/pug
 def exit(self):
     if _DEBUG: print "EditorState.exit"
     self.graphicsManager.boxDict.clear()
     #        wx.CallAfter(wx.GetApp().set_selection,[])
     if _DEBUG: print "EditorState.exit complete"
     PigState.exit(self)
예제 #2
0
파일: EditorState.py 프로젝트: bcorfman/pug
    def exit(self):
        if _DEBUG: print "EditorState.exit"
        self.graphicsManager.boxDict.clear()
#        wx.CallAfter(wx.GetApp().set_selection,[])
        if _DEBUG: print "EditorState.exit complete"
        PigState.exit(self)