spark: fix icon blitting (again :-)

This commit is contained in:
Stefan Seyfried
2012-04-01 14:28:18 +02:00
parent 187a7c6851
commit be106b8f63

View File

@@ -932,6 +932,8 @@ _display:
if (paintBg)
paintBoxRel(x, yy, width, height, colBg);
/* to make sure backbuffer is already blitted completely... */
waitForIdle();
blit2FB(data, width, height, x, yy, 0, 0, true);
return true;
}