FIX: do not update options if sending
jira: [STUDIO-11565] Change-Id: I55db25f8bc101e830c439725df408cb7a692faff
This commit is contained in:
parent
cd06165df8
commit
b80acdedff
|
@ -2441,6 +2441,8 @@ void SelectMachineDialog::update_option_opts(MachineObject *obj)
|
||||||
|
|
||||||
void SelectMachineDialog::load_option_vals(MachineObject *obj)
|
void SelectMachineDialog::load_option_vals(MachineObject *obj)
|
||||||
{
|
{
|
||||||
|
if (m_is_in_sending_mode) { return;}
|
||||||
|
|
||||||
AppConfig* config = wxGetApp().app_config;
|
AppConfig* config = wxGetApp().app_config;
|
||||||
if (!config) return;
|
if (!config) return;
|
||||||
if (!obj) return;
|
if (!obj) return;
|
||||||
|
|
Loading…
Reference in New Issue