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;
|
||||
fader = NULL;
|
||||
}
|
||||
if (initFinished)
|
||||
UnScaleTv();
|
||||
UnScaleTv();
|
||||
ClearVariables();
|
||||
for (int i=0; i < numViewElements; i++) {
|
||||
if (!viewElements[i])
|
||||
|
Loading…
Reference in New Issue
Block a user