mirror of
https://github.com/lalbornoz/roar.git
synced 2024-11-22 15:26:37 +00:00
{IrcClient,IrcMiRCARTBot,MiRC{2png,ART}}.py: fix spaces & typo.
This commit is contained in:
parent
968d07050e
commit
fcc4215b68
@ -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]
|
||||||
|
Loading…
Reference in New Issue
Block a user