mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-02 06:30:37 +08:00
parent
7d2fa12f92
commit
7735a0841e
@ -2019,7 +2019,7 @@ MainFrame::ETabType MainFrame::selected_tab() const
|
|||||||
return ETabType((uint8_t)ETabType::PrintSettings + m_tabpanel->GetSelection() - 1);
|
return ETabType((uint8_t)ETabType::PrintSettings + m_tabpanel->GetSelection() - 1);
|
||||||
}
|
}
|
||||||
} else if (m_layout == ESettingsLayout::Dlg) {
|
} else if (m_layout == ESettingsLayout::Dlg) {
|
||||||
if (!m_main_sizer->IsShown(m_tabpanel)) {
|
if (!m_settings_dialog.GetSizer()->IsShown(m_tabpanel)) {
|
||||||
if (m_plater->is_view3D_shown()) {
|
if (m_plater->is_view3D_shown()) {
|
||||||
return ETabType::Plater3D;
|
return ETabType::Plater3D;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user