fb_accel.cpp: fix the fu..... gaps on arm gui

This commit is contained in:
GetAway
2018-10-14 15:35:54 +02:00
parent 775e98fca0
commit f81f2d9501

View File

@@ -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);