Fixed game version combobox not selecting proper version on profile editing.

This commit is contained in:
Stanislav Nikitin 2016-11-25 04:49:19 +05:00
parent 190f76eb82
commit 32c6297765
1 changed files with 2 additions and 0 deletions

View File

@ -272,6 +272,8 @@ func (op *OptionsProfile) InitializeUpdate(profile_name string) {
if profile.Version == "4.3.0" {
op.urt_version_combo.SetActive(1)
} else if profile.Version == "4.3.1" {
op.urt_version_combo.SetActive(2)
} else {
op.urt_version_combo.SetActive(0)
}