mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX:fixed the wrong radio state of saving preset
Change-Id: I9b185b79fd39654decd2cf2aa900b79ac3d23e61
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user