mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
spark: fix icon blitting (again :-)
This commit is contained in:
@@ -932,6 +932,8 @@ _display:
|
|||||||
|
|
||||||
if (paintBg)
|
if (paintBg)
|
||||||
paintBoxRel(x, yy, width, height, colBg);
|
paintBoxRel(x, yy, width, height, colBg);
|
||||||
|
/* to make sure backbuffer is already blitted completely... */
|
||||||
|
waitForIdle();
|
||||||
blit2FB(data, width, height, x, yy, 0, 0, true);
|
blit2FB(data, width, height, x, yy, 0, 0, true);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user