From aae8dd1c2f108e04b856ca25b5a48f3b140c743c Mon Sep 17 00:00:00 2001 From: GetAway Date: Sun, 14 Oct 2018 22:29:22 +0200 Subject: [PATCH] fb_accel.cpp: fix the fu..... gaps on arm gui Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/0de4abda966ce24d43d5d8a8a9c8f64ec3318834 Author: GetAway Date: 2018-10-14 (Sun, 14 Oct 2018) --- 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);