mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 18:31:22 +02:00
Fast fix for picviewer; Page up/down change for channel list
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@388 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -83,11 +83,12 @@ CPictureViewer::CFormathandler * CPictureViewer::fh_getsize (const char *name, i
|
||||
bool CPictureViewer::DecodeImage (const std::string & name, bool showBusySign, bool unscaled)
|
||||
{
|
||||
// dbout("DecodeImage {\n");
|
||||
#if 0 // quick fix for issue #245. TODO more smart fix for this problem
|
||||
if (name == m_NextPic_Name) {
|
||||
// dbout("DecodeImage }\n");
|
||||
return true;
|
||||
}
|
||||
|
||||
#endif
|
||||
int x, y, xs, ys, imx, imy;
|
||||
|
||||
xs = CFrameBuffer::getInstance()->getScreenWidth(true);
|
||||
|
Reference in New Issue
Block a user