Skip to content

Commit 6e0d116

Browse files
committed
gtk app: make it a bit faster still
1 parent 29225ff commit 6e0d116

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

software/mandelbrot-app.py

-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ def draw_pixel():
187187

188188
cr.rectangle(x, y, 1.5, 1.5)
189189
cr.fill()
190-
self.surface.mark_dirty_rectangle(x, y, 1, 1)
191190
if pixel_count % 500 == 0:
192191
self.canvas.queue_draw()
193192

0 commit comments

Comments
 (0)