diff options
Diffstat (limited to 'apps/plugins/clock/clock_bitmap_strings.c')
| -rw-r--r-- | apps/plugins/clock/clock_bitmap_strings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/clock/clock_bitmap_strings.c b/apps/plugins/clock/clock_bitmap_strings.c index 1b527bb..c909dbe 100644 --- a/apps/plugins/clock/clock_bitmap_strings.c +++ b/apps/plugins/clock/clock_bitmap_strings.c @@ -43,6 +43,6 @@ void draw_string(struct screen* display, const struct picture* bitmaps, } void getstringsize(const struct picture* bitmaps, char* str, int *w, int *h ){ - *h=bitmaps->height; + *h=bitmaps->slide_height; *w=rb->strlen(str)*bitmaps->width; } |