[Sugar-devel] [Dextrose] [PATCH v3 PaintActivity]Paint - Rect. Marquee icon changes erratically(olpc #5882)
Bernie Innocenti
bernie at codewiz.org
Fri Oct 22 10:29:15 EDT 2010
On Thu, 2010-10-21 at 14:37 -0300, Gonzalo Odiard wrote:
> Much better.
> Now you can change
>
> if self.area.text_in_progress == True:
> by
> if self.area.text_in_progress:
>
> and
>
> if self.area.text_in_progress == True:
> by
> if not self.area.text_in_progress:
>
You surely meant False here :-)
--
// Bernie Innocenti - http://codewiz.org/
\X/ Sugar Labs - http://sugarlabs.org/
More information about the Sugar-devel
mailing list