UI: Resize program view if resolution settings changed

This commit is contained in:
jp9000
2016-01-31 00:55:04 -08:00
parent e93aeaef31
commit 3ca327fd76
+2
View File
@@ -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;