mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
fixed scaling bug
This commit is contained in:
parent
626de37aac
commit
574e2c6bbf
@ -233,8 +233,7 @@ void cView::Close(void) {
|
|||||||
delete fader;
|
delete fader;
|
||||||
fader = NULL;
|
fader = NULL;
|
||||||
}
|
}
|
||||||
if (initFinished)
|
UnScaleTv();
|
||||||
UnScaleTv();
|
|
||||||
ClearVariables();
|
ClearVariables();
|
||||||
for (int i=0; i < numViewElements; i++) {
|
for (int i=0; i < numViewElements; i++) {
|
||||||
if (!viewElements[i])
|
if (!viewElements[i])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user