mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
fb_accel.cpp: fix the fu..... gaps on arm gui
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user