Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/helpwidget.py
diff options
context:
space:
mode:
Diffstat (limited to 'helpwidget.py')
-rw-r--r--helpwidget.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/helpwidget.py b/helpwidget.py
index d0dd7da..c8147a6 100644
--- a/helpwidget.py
+++ b/helpwidget.py
@@ -690,7 +690,6 @@ class _PreviewWidget(gtk.DrawingArea):
self._draw(cr, width, height)
def _draw(self, cr, width, height):
- cr.set_antialias(cairo.ANTIALIAS_NONE)
cr.set_source_rgb(*_BG_COLOR)
cr.rectangle(0, 0, width, height)
cr.fill()