From 36ad725f12467ab7b9dd56827b37d1f267f7ef6f Mon Sep 17 00:00:00 2001 From: Manuel QuiƱones Date: Tue, 03 May 2011 03:38:15 +0000 Subject: Stamp refactor and brush square shape fix --- (limited to 'Desenho.py') diff --git a/Desenho.py b/Desenho.py index b0233f9..20d5bf0 100644 --- a/Desenho.py +++ b/Desenho.py @@ -176,9 +176,6 @@ class Desenho: def _trace(self, widget, gc, coords, last, size, shape='circle', stamping=False): if stamping: - # TODO call this as a signal when size changes - widget.resizeStamp(size) - width = widget.resized_stamp.get_width() height = widget.resized_stamp.get_height() widget.pixmap.draw_pixbuf(gc, widget.resized_stamp, -- cgit v0.9.1