mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
ENH: [STUDIO-1608] select support filament by combobox
Change-Id: I26543530202a53ef5753c38404617458a6d4a1ef
This commit is contained in:
parent
278eab5ae2
commit
41b1ad6f2f
5 changed files with 132 additions and 14 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue