mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-16 02:35:55 +08:00
FIX: fix the APPLE macro
jira: [none] Change-Id: Ibcdccbf987776f691bdae8a1ae14e817ccbd90dd
This commit is contained in:
parent
a04aec1db2
commit
a8b7870fe2
@ -3936,9 +3936,9 @@ void StatusPanel::on_set_chamber_temp()
|
||||
}
|
||||
|
||||
/*the dialog will be blocked APPLE, let the printer send back message*/
|
||||
#ifndef _APPLE
|
||||
#ifndef __APPLE__
|
||||
if (champer_switch_head_dlg->ShowModal() != wxID_OK) { return; }
|
||||
#endif // _APPLE
|
||||
#endif // __APPLE__
|
||||
}
|
||||
|
||||
obj->command_set_chamber(chamber_temp);
|
||||
|
Loading…
x
Reference in New Issue
Block a user