mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
ENH: [STUDIO-1608] select support filament by combobox
Change-Id: I26543530202a53ef5753c38404617458a6d4a1ef
This commit is contained in:
@@ -931,7 +931,6 @@ void MainFrame::init_tabpanel()
|
||||
select_tab(MainFrame::tpHome);
|
||||
m_webview->load_url(url);
|
||||
});
|
||||
|
||||
m_tabpanel->AddPage(m_webview, "", "tab_home_active", "tab_home_active");
|
||||
m_param_panel = new ParamsPanel(m_tabpanel, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxBK_LEFT | wxTAB_TRAVERSAL);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user