mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 03:07:55 -06:00
Fixup of previous commit
This commit is contained in:
parent
a4d30fc9bb
commit
dc725ecbad
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ void MainFrame::init_tabpanel()
|
||||||
Tab* tab = dynamic_cast<Tab*>(panel);
|
Tab* tab = dynamic_cast<Tab*>(panel);
|
||||||
|
|
||||||
// There shouldn't be a case, when we try to select a tab, which doesn't support a printer technology
|
// There shouldn't be a case, when we try to select a tab, which doesn't support a printer technology
|
||||||
if (panel == nullptr || (tab && tab->supports_printer_technology(m_plater->printer_technology())))
|
if (panel == nullptr || (tab && ! tab->supports_printer_technology(m_plater->printer_technology())))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
auto& tabs_list = wxGetApp().tabs_list;
|
auto& tabs_list = wxGetApp().tabs_list;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue