修复有自定义配置方案,但当前为默认设置时,进入设置对话框的BUG

This commit is contained in:
gb 2022-05-12 17:52:22 +08:00
parent 4fa516cc5c
commit 628cfcc355
1 changed files with 3 additions and 0 deletions

View File

@ -197,6 +197,9 @@ void hg_settingdialog::create_scheme_management_ui(QVBoxLayout* layout)
}
}
if(!enabled)
comb_->setCurrentIndex(-1);
title->setFixedWidth(width);
comb_->setFixedWidth(width);