From f81f2d95010d0a06bf267633a14e9f87f055f1b1 Mon Sep 17 00:00:00 2001 From: GetAway Date: Sun, 14 Oct 2018 15:35:54 +0200 Subject: [PATCH] fb_accel.cpp: fix the fu..... gaps on arm gui --- src/driver/fb_accel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/driver/fb_accel.cpp b/src/driver/fb_accel.cpp index ba8e052ce..9f3674780 100644 --- a/src/driver/fb_accel.cpp +++ b/src/driver/fb_accel.cpp @@ -72,7 +72,7 @@ void CFbAccel::paintBoxRel(const int x, const int y, const int dx, const int dy, line++; continue; } - paintLine(x + ofl, y + line, x + dx - ofr, y + line, col); + paintHLineRelInternal(x + ofl, dx - ofl - ofr, y + line, col); line++; } checkFbArea(x, y, dx, dy, false);