spark: fix CFrameBuffer::paintIcon8

this is used in channel search, fixes the radar icon


Origin commit data
------------------
Branch: ni/coolstream
Commit: 108de97bfb
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-06 (Fri, 06 Apr 2012)



------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2012-04-06 19:10:56 +02:00
parent e2d40f2aa2
commit e1298ee0dd

View File

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