FIX:fixed the wrong radio state of saving preset

Change-Id: I9b185b79fd39654decd2cf2aa900b79ac3d23e61
This commit is contained in:
tao wang 2023-03-06 17:20:14 +08:00 committed by Lane.Wei
parent a11cce7b26
commit 252f035d51

View file

@ -250,6 +250,9 @@ void SavePresetDialog::Item::update()
} else {
m_radio_user->Enable();
m_radio_project->Enable();
m_radio_user->SetValue(!m_save_to_project);
m_radio_project->SetValue(m_save_to_project);
}
m_valid_label->SetLabel(info_line);