mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-16 22:36:04 +08:00
FIX:fixed the wrong radio state of saving preset
Change-Id: I9b185b79fd39654decd2cf2aa900b79ac3d23e61
This commit is contained in:
parent
a11cce7b26
commit
252f035d51
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user