assets/images/toolCursor.png: fix mode bits.

libroar/RoarCanvasWindow.py: remove trailing SP.
This commit is contained in:
Lucio Andrés Illanes Albornoz 2019-09-16 17:17:04 +02:00
parent 1c82e723c1
commit d01cf7d167
2 changed files with 1 additions and 1 deletions

0
assets/images/toolCursor.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 203 B

After

Width:  |  Height:  |  Size: 203 B

View File

@ -145,7 +145,7 @@ class RoarCanvasWindow(GuiWindow):
for numNewRow in range(oldSize[1], newSize[1]):
for numNewCol in range(newSize[0]):
self._drawPatch(eventDc, False, [numNewCol, numNewRow, 1, 1, 0, " "])
eventDc.SetDeviceOrigin(*eventDcOrigin)
eventDc.SetDeviceOrigin(*eventDcOrigin)
self.commands.update(size=newSize, undoLevel=self.canvas.journal.patchesUndoLevel)
# }}}
# {{{ update(self, newSize, commitUndo=True, newCanvas=None)