提交 3ca327fd 编写于 作者: J jp9000

UI: Resize program view if resolution settings changed

上级 e93aeaef
......@@ -2276,6 +2276,8 @@ int OBSBasic::ResetVideo()
}
} else if (ret == OBS_VIDEO_SUCCESS) {
ResizePreview(ovi.base_width, ovi.base_height);
if (program)
ResizeProgram(ovi.base_width, ovi.base_height);
}
return ret;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册