From 1c0177acb531482f0dc0522a048dfda30fb055de Mon Sep 17 00:00:00 2001 From: mfrasca <> Date: Sun, 22 Oct 2006 18:57:33 +0000 Subject: [PATCH] 1580293: initialization of pixmask - drawing areas modified the width of the two areas. --- examples/pywmdatetime.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/pywmdatetime.py b/examples/pywmdatetime.py index b78addd..7f601fb 100755 --- a/examples/pywmdatetime.py +++ b/examples/pywmdatetime.py @@ -265,10 +265,10 @@ def main(): font = clConfig.get('font', '6x8orig') if clConfig.get('antialiased'): - background = [((3,3),(60,19)), + background = [((6,3),(57,19)), ((3,22),(60,60))] else: - background = [((3,3),(60,60))] + background = [((3,3),(59,60))] global char_width, char_height, maxCharsPerLine, antialiased char_width, char_height = wmdocklib.initPixmap(patterns=patterns,