{IrcClient,IrcMiRCARTBot,MiRC{2png,ART}}.py: fix spaces & typo.

This commit is contained in:
Lucio Andrés Illanes Albornoz 2018-01-06 02:50:12 +01:00
parent 968d07050e
commit fcc4215b68
4 changed files with 13 additions and 13 deletions

View File

@ -97,7 +97,7 @@ class MiRCARTCanvas(wx.Panel):
self._drawPatch(patch, eventDc, tmpDc, atPoint) self._drawPatch(patch, eventDc, tmpDc, atPoint)
self.parentFrame.onCanvasUpdate() self.parentFrame.onCanvasUpdate()
# }}} # }}}
# {{{ _pushUndo(self, atPoint, patch): XXXX # {{{ _pushUndo(self, atPoint, patch): XXX
def _pushUndo(self, atPoint, patch, mapItem): def _pushUndo(self, atPoint, patch, mapItem):
if self.patchesUndoLevel > 0: if self.patchesUndoLevel > 0:
del self.patchesUndo[0:self.patchesUndoLevel] del self.patchesUndo[0:self.patchesUndoLevel]