mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-12 16:03:36 +02:00
fix last commit
Origin commit data
------------------
Branch: ni/coolstream
Commit: df3469417c
Author: Frankenstone <dampf_acc@online.de>
Date: 2021-06-17 (Thu, 17 Jun 2021)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1827,13 +1827,13 @@ void COsdSetup::paintWindowSize(int w, int h)
|
||||
|
||||
g_settings.window_width = w;
|
||||
g_settings.window_height = h;
|
||||
if (g_settings.window_width > WINDOW_SIZE_MAX)
|
||||
if (g_settings.window_width > WINDOW_SIZE_MAX)
|
||||
g_settings.window_width = WINDOW_SIZE_MAX;
|
||||
if (g_settings.window_width < WINDOW_SIZE_MIN)
|
||||
if (g_settings.window_width < WINDOW_SIZE_MIN)
|
||||
g_settings.window_width = WINDOW_SIZE_MIN;
|
||||
if (g_settings.window_height > WINDOW_SIZE_MAX)
|
||||
if (g_settings.window_height > WINDOW_SIZE_MAX)
|
||||
g_settings.window_height = WINDOW_SIZE_MAX;
|
||||
if (g_settings.window_height < WINDOW_SIZE_MIN)
|
||||
if (g_settings.window_height < WINDOW_SIZE_MIN)
|
||||
g_settings.window_height = WINDOW_SIZE_MIN;
|
||||
|
||||
win_demo->setWidth(frameBuffer->getWindowWidth());
|
||||
|
@@ -95,7 +95,7 @@ class COsdSetup : public CMenuTarget, public CChangeObserver
|
||||
INFOBAR_LOGO_BESIDE_CHANNELNAME
|
||||
};
|
||||
|
||||
enum INFOBAR_CHANNEL_LOGO_BACKROUND_OPTIONS
|
||||
enum INFOBAR_CHANNEL_LOGO_BACKROUND_OPTIONS
|
||||
{
|
||||
INFOBAR_NO_BACKGROUND,
|
||||
INFOBAR_LOGO_FRAMED,
|
||||
|
Reference in New Issue
Block a user