diff options
Diffstat (limited to 'firmware/drivers/lcd-color-common.c')
-rw-r--r-- | firmware/drivers/lcd-color-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/lcd-color-common.c b/firmware/drivers/lcd-color-common.c index 60e95a25ca..3abc671770 100644 --- a/firmware/drivers/lcd-color-common.c +++ b/firmware/drivers/lcd-color-common.c @@ -586,7 +586,7 @@ void lcd_gradient_fillrect_part(int x, int y, int width, int height, int x1, x2; x1 = x; x2 = x + width; - + if (height == 0) return; step_mul = (1 << 16) / src_height; |