mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-05 07:06:13 -05:00
UI: Resize program view if resolution settings changed
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user