From c8365ecc6372be0fce27baa06a550681576e81e9 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 9 Apr 2019 11:35:35 +0200 Subject: [PATCH] Improved text --- Calendar/HourListDesign.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Calendar/HourListDesign.py b/Calendar/HourListDesign.py index 3c98d30..61dcd7e 100644 --- a/Calendar/HourListDesign.py +++ b/Calendar/HourListDesign.py @@ -135,6 +135,7 @@ class HourListDesign (DesignEntity): text_color = colors["bg"] textbox_size = (size[0] - event_title_padding, size[1] - event_title_padding) txt = TextDesign(textbox_size, text = text, fontsize=event_title_fontsize, color=text_color, background_color=box_color, wrap=True) + txt.mask = False txt.pos = (pos[0] + event_title_padding, pos[1] + event_title_padding) self.draw_design(txt)