mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user