mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-08 06:08:36 +02:00
- moviebrowser: reset m_pcInfo1 box to default height, ...
when turning m_settings.browserAdditional off
This commit is contained in:
@@ -3438,14 +3438,17 @@ bool CMovieBrowser::showMenu(bool calledExternally)
|
|||||||
|
|
||||||
if (reInitFrames) {
|
if (reInitFrames) {
|
||||||
#if 1
|
#if 1
|
||||||
if (m_settings.browserAdditional && oldAdditional != m_settings.browserAdditional)
|
if (oldAdditional != m_settings.browserAdditional)
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
Bad 'hack' to force a smaller m_pcInfo1 box.
|
Bad 'hack' to force a smaller m_pcInfo1 box.
|
||||||
This can be reconfigured by user later.
|
This can be reconfigured by user later.
|
||||||
It's just to align view to channellist's view.
|
It's just to align view to channellist's view.
|
||||||
*/
|
*/
|
||||||
|
if (m_settings.browserAdditional)
|
||||||
m_settings.browserFrameHeight = 75;
|
m_settings.browserFrameHeight = 75;
|
||||||
|
else
|
||||||
|
m_settings.browserFrameHeight = 65;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
initFrames();
|
initFrames();
|
||||||
|
Reference in New Issue
Block a user