mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-03-04 09:34:46 -07:00
FIX:The sync button shouldn't show for third-part mutli-extruder preset
jira: STUDIO-10779 Change-Id: I56aec127f4314e09bfab9626c6061d8264f0998d (cherry picked from commit eccf84c4efb43decef1f60efecfe55f4fd62c6d3)
This commit is contained in:
parent
1cbb0f817d
commit
1f64497e25
1 changed files with 1 additions and 0 deletions
|
|
@ -500,6 +500,7 @@ struct Sidebar::priv
|
|||
|
||||
void Sidebar::priv::layout_printer(bool isBBL, bool isDual)
|
||||
{
|
||||
isDual = isDual && isBBL; // It indicates a multi-extruder layout.
|
||||
// Printer - preset
|
||||
if (auto sizer = static_cast<wxBoxSizer *>(panel_printer_preset->GetSizer());
|
||||
sizer == nullptr || isDual != (sizer->GetOrientation() == wxVERTICAL)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue