FIX: nozzle AMS rescale

Change-Id: I8006c72947463d23984fa62ce3a9a2e2d40e990f
Jira: STUDIO-10045
(cherry picked from commit 2d4cdc82181d8fa8b5c16f7baeb2a46e12b3fc07)
This commit is contained in:
chunmao.guo
2025-01-20 11:45:34 +08:00
committed by Noisyfox
parent e8f7f4146d
commit d974037836
2 changed files with 13 additions and 2 deletions

View File

@@ -194,7 +194,7 @@ void PresetComboBox::update_selection()
*/
//validate_selection();
if (m_last_selected == INT_MAX)
m_last_selected == 1;
m_last_selected = 1;
SetSelection(m_last_selected);
#ifdef __WXMSW__