mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-18 11:18:36 -05:00
UI: Ensure the output res. is modified along with base
This commit is contained in:
@@ -925,6 +925,8 @@ void OBSBasicSettings::ResetDownscales(uint32_t cx, uint32_t cy)
|
||||
ui->outputResolution->lineEdit()->setText(bestScale.c_str());
|
||||
|
||||
ui->outputResolution->blockSignals(false);
|
||||
ui->outputResolution->setProperty("changed", QVariant(true));
|
||||
videoChanged = true;
|
||||
|
||||
if (advRescale.isEmpty())
|
||||
advRescale = res.c_str();
|
||||
|
||||
Reference in New Issue
Block a user