mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-07-19 11:44:38 -04:00
UI: Update multiview on resolution change
This commit is contained in:
@@ -3251,8 +3251,10 @@ int OBSBasic::ResetVideo()
|
||||
ResizeProgram(ovi.base_width, ovi.base_height);
|
||||
}
|
||||
|
||||
if (ret == OBS_VIDEO_SUCCESS)
|
||||
if (ret == OBS_VIDEO_SUCCESS) {
|
||||
OBSBasicStats::InitializeValues();
|
||||
OBSProjector::UpdateMultiviewProjectors();
|
||||
}
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user