mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-14 17:03:40 +02:00
- framebuffer: rename scaleFont() to scale2Res()
This commit is contained in:
@@ -77,7 +77,7 @@ void CInfoClock::initCCLockItems()
|
||||
//set height, NOTE: height is strictly bound to settings
|
||||
height = g_settings.infoClockFontSize;
|
||||
#ifdef ENABLE_CHANGE_OSD_RESOLUTION
|
||||
height = CFrameBuffer::getInstance()->scaleFont(height);
|
||||
height = CFrameBuffer::getInstance()->scale2Res(height);
|
||||
#endif
|
||||
initClockFont(0, height);
|
||||
|
||||
|
Reference in New Issue
Block a user