mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-04-06 00:32:05 +02:00
FIX: do not update options if sending
jira: [STUDIO-11565] Change-Id: I55db25f8bc101e830c439725df408cb7a692faff (cherry picked from commit b80acdedff75b025c12a3f81cd0980f703115bc7)
This commit is contained in:
@@ -2436,6 +2436,8 @@ void SelectMachineDialog::update_option_opts(MachineObject *obj)
|
||||
|
||||
void SelectMachineDialog::load_option_vals(MachineObject *obj)
|
||||
{
|
||||
if (m_is_in_sending_mode) { return;}
|
||||
|
||||
AppConfig* config = wxGetApp().app_config;
|
||||
if (!config) return;
|
||||
if (!obj) return;
|
||||
|
||||
Reference in New Issue
Block a user