mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-31 14:12:01 +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);
|
||||
}
|
||||
} 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()) {
|
||||
return ETabType::Plater3D;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user