UI: Ensure the output res. is modified along with base

This commit is contained in:
jp9000
2016-01-30 16:59:56 -08:00
parent 3ca327fd76
commit 6407707a04

View File

@@ -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();