additional fix

This commit is contained in:
louis
2015-03-20 14:22:35 +01:00
parent 9f8cd6dab5
commit 168167f7cc
2 changed files with 1 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ void cDisplayPluginView::Deactivate(bool hide) {
bool hideFromTemplate = tmplView->HideView();
if (!hide && !hideFromTemplate)
return;
if (tvScaled) {
if (hideFromTemplate && tvScaled) {
cDevice::PrimaryDevice()->ScaleVideo(cRect::Null);
}
HidePixmaps();