[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Maposmatic-dev] [PATCH] multi-page: fix background color of the page nu
From: |
Étienne Loks |
Subject: |
[Maposmatic-dev] [PATCH] multi-page: fix background color of the page number of the blank page |
Date: |
Sun, 1 Apr 2012 02:05:00 +0200 |
---
ocitysmap2/layoutlib/multi_page_renderer.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ocitysmap2/layoutlib/multi_page_renderer.py
b/ocitysmap2/layoutlib/multi_page_renderer.py
index f14c262..c265191 100644
--- a/ocitysmap2/layoutlib/multi_page_renderer.py
+++ b/ocitysmap2/layoutlib/multi_page_renderer.py
@@ -538,7 +538,7 @@ class MultiPageRenderer(Renderer):
self._usable_area_width_pt,
self._usable_area_height_pt,
self.grayed_margin_pt,
- transparent_background = True)
+ transparent_background=False)
cairo_surface.show_page()
ctx.restore()
--
1.7.9.1
- [Maposmatic-dev] [PATCH] multi-page: fix background color of the page number of the blank page,
Étienne Loks <=