projects
/
tabakrolletjie.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1094dfe
)
PEP8 fix.
author
Simon Cross
<hodgestar@gmail.com>
Fri, 9 Sep 2016 21:53:26 +0000
(23:53 +0200)
committer
Simon Cross
<hodgestar@gmail.com>
Fri, 9 Sep 2016 21:53:26 +0000
(23:53 +0200)
tabakrolletjie/scenes/day.py
patch
|
blob
|
history
diff --git
a/tabakrolletjie/scenes/day.py
b/tabakrolletjie/scenes/day.py
index 670b05cce897a54ec24e4dbefb0bef00322876c0..e6ace7e5246eaae2784629e049a5855642cb0a26 100644
(file)
--- a/
tabakrolletjie/scenes/day.py
+++ b/
tabakrolletjie/scenes/day.py
@@
-139,7
+139,8
@@
class DayScene(BaseScene):
else:
self._tool = tool.name
if self._tool == 'seed':
- self._set_cursor('seed', transform=Alpha(alpha=172))
+ self._set_cursor(
+ 'seed', transform=Alpha(alpha=172))
elif self._tool == 'red_spotlight':
self._set_cursor(
'spotlight',