mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
FIX:fixed the wrong radio state of saving preset
Change-Id: I9b185b79fd39654decd2cf2aa900b79ac3d23e61
This commit is contained in:
parent
a11cce7b26
commit
252f035d51
1 changed files with 3 additions and 0 deletions
|
@ -250,6 +250,9 @@ void SavePresetDialog::Item::update()
|
||||||
} else {
|
} else {
|
||||||
m_radio_user->Enable();
|
m_radio_user->Enable();
|
||||||
m_radio_project->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);
|
m_valid_label->SetLabel(info_line);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue