Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ep_stamp_filledcyclic.py
diff options
context:
space:
mode:
authorThomas Jourdan <b.vehikel@googlemail.com>2009-09-04 16:02:30 (GMT)
committer Thomas Jourdan <b.vehikel@googlemail.com>2009-09-04 16:02:30 (GMT)
commit05f2a6684a42209e30fa2fcd0d7cb014c4663a39 (patch)
tree6b3cfd307e94f6b640ff985d141daa82b8fef7c1 /ep_stamp_filledcyclic.py
parent7ee9a0b36814d90954929a4fead2bf9ff4314c19 (diff)
Additional samplers added. Using set_sensitive to disable GUI elements.
Diffstat (limited to 'ep_stamp_filledcyclic.py')
-rw-r--r--ep_stamp_filledcyclic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ep_stamp_filledcyclic.py b/ep_stamp_filledcyclic.py
index 4fca9ea..3b99609 100644
--- a/ep_stamp_filledcyclic.py
+++ b/ep_stamp_filledcyclic.py
@@ -86,7 +86,7 @@ class FilledCyclicStamp(model_allele.Allele):
new_one.radius = self.radius if cross_sequence[1] else other.radius
return new_one
- def draw(self, ctx, point, rad=0.1, state=0):
+ def render(self, ctx, point, rad=0.1, state=0):
"""
pre: ctx is not None
pre: len(point) == 2