mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
FIX: nozzle AMS rescale
Change-Id: I8006c72947463d23984fa62ce3a9a2e2d40e990f Jira: STUDIO-10045 (cherry picked from commit 2d4cdc82181d8fa8b5c16f7baeb2a46e12b3fc07)
This commit is contained in:
@@ -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__
|
||||
|
||||
Reference in New Issue
Block a user