update
This commit is contained in:
parent
8367c0d32e
commit
091eda539f
1 changed files with 4 additions and 2 deletions
|
|
@ -278,9 +278,11 @@ function SAEO_Video() {
|
||||||
hWnd.div.style.width = String(currentmode.native_width)+"px";
|
hWnd.div.style.width = String(currentmode.native_width)+"px";
|
||||||
hWnd.div.style.height = String(currentmode.native_height)+"px";
|
hWnd.div.style.height = String(currentmode.native_height)+"px";
|
||||||
hWnd.div.appendChild(hWnd.canvas);
|
hWnd.div.appendChild(hWnd.canvas);
|
||||||
} else
|
} else {
|
||||||
hWnd.div = null;
|
hWnd.div = null;
|
||||||
|
hWnd.canvas.style.width = String(currentmode.native_width)+"px";
|
||||||
|
hWnd.canvas.style.height = String(currentmode.native_height)+"px";
|
||||||
|
}
|
||||||
hWnd.shown = true;
|
hWnd.shown = true;
|
||||||
}
|
}
|
||||||
else if (nCmdShow == SW_HIDE && hWnd.shown) {
|
else if (nCmdShow == SW_HIDE && hWnd.shown) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue