mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
framebuffer_spark: fix glitch with non-rounded corners
This commit is contained in:
@@ -523,7 +523,7 @@ void CFrameBuffer::paintBoxRel(const int _x, const int _y, const int _dx, const
|
||||
|
||||
int line = 0;
|
||||
|
||||
if (! (type || radius))
|
||||
if (! (type && radius))
|
||||
{
|
||||
blitRect(x, y + line, dx, dy - line, col);
|
||||
return;
|
||||
|
Reference in New Issue
Block a user