spark: fix CFrameBuffer::paintIcon8

this is used in channel search, fixes the radar icon


Origin commit data
------------------
Commit: 108de97bfb
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-06 (Fri, 06 Apr 2012)
This commit is contained in:
Stefan Seyfried
2012-04-06 19:10:56 +02:00
parent 877b340c46
commit c10dd6736d

View File

@@ -821,6 +821,8 @@ bool CFrameBuffer::paintIcon8(const std::string & filename, const int x, const i
d += stride; d += stride;
} }
close(lfd); close(lfd);
update_dirty(x, y, x + width, y + height);
blit();
return true; return true;
} }