mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
additional fix
This commit is contained in:
parent
9f8cd6dab5
commit
168167f7cc
1
HISTORY
1
HISTORY
@ -223,4 +223,3 @@ Version 0.3.0
|
|||||||
Version 0.3.1
|
Version 0.3.1
|
||||||
|
|
||||||
- Fixed hide root menu from a subview template
|
- Fixed hide root menu from a subview template
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ void cDisplayPluginView::Deactivate(bool hide) {
|
|||||||
bool hideFromTemplate = tmplView->HideView();
|
bool hideFromTemplate = tmplView->HideView();
|
||||||
if (!hide && !hideFromTemplate)
|
if (!hide && !hideFromTemplate)
|
||||||
return;
|
return;
|
||||||
if (tvScaled) {
|
if (hideFromTemplate && tvScaled) {
|
||||||
cDevice::PrimaryDevice()->ScaleVideo(cRect::Null);
|
cDevice::PrimaryDevice()->ScaleVideo(cRect::Null);
|
||||||
}
|
}
|
||||||
HidePixmaps();
|
HidePixmaps();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user