mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
imageinfo_ni: Disable paint_DF_Info()
Required for generic hardware
Origin commit data
------------------
Commit: cb2d840a03
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-09-24 (Sat, 24 Sep 2016)
Origin message was:
------------------
imageinfo_ni: Disable paint_DF_Info()
Required for generic hardware
This commit is contained in:
committed by
vanhofen
parent
bc3657b573
commit
90c2a54f2b
@@ -289,6 +289,7 @@ void CImageInfoNI::paint()
|
||||
|
||||
ypos += sheight;
|
||||
|
||||
#ifndef HAVE_GENERIC_HARDWARE
|
||||
get_MTD_Info();
|
||||
//paint_MTD_Info(xpos);
|
||||
//ypos+= sheight;
|
||||
@@ -296,6 +297,7 @@ void CImageInfoNI::paint()
|
||||
paint_DF_Info(xpos);
|
||||
|
||||
ypos+= sheight;
|
||||
#endif
|
||||
|
||||
paint_Stat_Info_Box(xcpu, ycpu, width/3, height/3);
|
||||
}
|
||||
|
Reference in New Issue
Block a user