Force update of the controls after a template has been loaded.

This commit is contained in:
LoRd_MuldeR 2014-02-14 23:58:39 +01:00
parent 16837e49cb
commit e1c9f86520
2 changed files with 3 additions and 1 deletions

View File

@ -26,7 +26,7 @@
#define VER_X264_MAJOR 2
#define VER_X264_MINOR 3
#define VER_X264_PATCH 1
#define VER_X264_BUILD 770
#define VER_X264_BUILD 771
#define VER_X264_MINIMUM_REV 2380
#define VER_X264_CURRENT_API 142

View File

@ -588,6 +588,8 @@ void AddJobDialog::templateSelected(void)
}
//Force updates
encoderIndexChanged(ui->cbxEncoderType->currentIndex());
variantIndexChanged(ui->cbxEncoderVariant->currentIndex());
modeIndexChanged(ui->cbxRateControlMode->currentIndex());
}