Force update of the controls after a template has been loaded.
This commit is contained in:
parent
16837e49cb
commit
e1c9f86520
@ -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
|
||||
|
@ -588,6 +588,8 @@ void AddJobDialog::templateSelected(void)
|
||||
}
|
||||
|
||||
//Force updates
|
||||
encoderIndexChanged(ui->cbxEncoderType->currentIndex());
|
||||
variantIndexChanged(ui->cbxEncoderVariant->currentIndex());
|
||||
modeIndexChanged(ui->cbxRateControlMode->currentIndex());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user