mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
spark: fix CFrameBuffer::paintIcon8
this is used in channel search, fixes the radar icon
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user