示例#1
0
 def after_execute(self):
     PrefilterFrontEnd.after_execute(self)
     # Clear the wait cursor
     if hasattr(self, '_cursor'):
         del self._cursor
     self.SetCursor(wx.StockCursor(wx.CURSOR_CHAR))
 def after_execute(self):
     PrefilterFrontEnd.after_execute(self)
     # Clear the wait cursor
     if hasattr(self, "_cursor"):
         del self._cursor
     self.SetCursor(wx.StockCursor(wx.CURSOR_CHAR))