mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
osd_helpers.cpp: use infoclock methods with better readability
This commit is contained in:
@@ -97,7 +97,7 @@ void COsdHelpers::changeOsdResolution(uint32_t mode, bool automode/*=false*/, bo
|
||||
//printf("\n>>>>>[%s:%d] New res: %dx%dx%d\n \n", __func__, __LINE__, resW, resH, bpp);
|
||||
g_settings.osd_resolution = modeNew;
|
||||
if (InfoClock)
|
||||
InfoClock->enableInfoClock(false);
|
||||
InfoClock->disableInfoClock();
|
||||
frameBuffer->Clear();
|
||||
if (resetOsd) {
|
||||
CNeutrinoApp::getInstance()->setScreenSettings();
|
||||
@@ -111,7 +111,7 @@ void COsdHelpers::changeOsdResolution(uint32_t mode, bool automode/*=false*/, bo
|
||||
CNeutrinoApp::getInstance()->channelList->ResetModules();
|
||||
}
|
||||
if (InfoClock)
|
||||
InfoClock->enableInfoClock(true);
|
||||
InfoClock->enableInfoClock();
|
||||
}
|
||||
if (g_InfoViewer) {
|
||||
g_InfoViewer->ResetModules();
|
||||
|
Reference in New Issue
Block a user