[hamster-applet] set by default antialiasing back on. as without antialiasing now on some boxes cairo is refusing to



commit c2b093fa05e8259d126eabebfc5b2d35dbe1268c
Author: Toms Bauģis <toms baugis gmail com>
Date:   Sun Nov 29 14:00:00 2009 +0000

    set by default antialiasing back on. as without antialiasing now on some boxes cairo is refusing to draw

 hamster/graphics.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/hamster/graphics.py b/hamster/graphics.py
index 79d3446..f73578b 100644
--- a/hamster/graphics.py
+++ b/hamster/graphics.py
@@ -149,8 +149,6 @@ class Area(gtk.DrawingArea):
         self.width, self.height = self.window.get_size()
         self.context = self.window.cairo_create()
 
-
-        self.context.set_antialias(cairo.ANTIALIAS_NONE)
         self.context.rectangle(event.area.x, event.area.y,
                                event.area.width, event.area.height)
         self.context.clip()



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]