mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
FIX:fixed ams materials setting can not get event on mac
Change-Id: I80b9a8fc5e86df4b4e83e8ffecaa373caf856286
This commit is contained in:
@@ -1917,8 +1917,8 @@ void StatusPanel::on_filament_edit(wxCommandEvent &event)
|
||||
}
|
||||
}
|
||||
}
|
||||
m_filament_setting_dlg->Popup(true, filament, sn_number, temp_min, temp_max);
|
||||
m_filament_setting_dlg->SetPosition(m_ams_control->GetScreenPosition());
|
||||
m_filament_setting_dlg->Popup(filament, sn_number, temp_min, temp_max);
|
||||
} catch (...) {
|
||||
;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user