mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-01 22:01:22 -07:00
FIX: update proceed action ack param
Jira: [STUDIO-14689] Change-Id: If424997b9ed05ab95f048424b8950f927ea9b608 (cherry picked from commit 8c712f49caf7a7f0d0fcef7a7c392170ae699ba4)
This commit is contained in:
parent
1ea5aa9017
commit
4a51ef7f91
4 changed files with 15 additions and 28 deletions
|
|
@ -449,8 +449,7 @@ void DeviceErrorDialog::on_button_click(ActionButton btn_id)
|
|||
case DeviceErrorDialog::PROCEED: {
|
||||
if(!m_action_json.is_null()){
|
||||
try{
|
||||
ActionProceed proceed = m_action_json.get<ActionProceed>();
|
||||
m_obj->command_ack_proceed(proceed);
|
||||
m_obj->command_ack_proceed(m_action_json);
|
||||
} catch(...){
|
||||
BOOST_LOG_TRIVIAL(error) << "DeviceErrorDialog: Action Proceed missing params.";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue