mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
NEW:update the content of the project page
Change-Id: Idb7f8a2564c78a1f062580f6b388ee033238cedf
This commit is contained in:
parent
4cb8b1e125
commit
a86d94f2c9
11 changed files with 586 additions and 10 deletions
|
@ -2413,7 +2413,7 @@ bool GUI_App::on_init_inner()
|
|||
|
||||
sidebar().obj_list()->init();
|
||||
//sidebar().aux_list()->init_auxiliary();
|
||||
mainframe->m_auxiliary->init_auxiliary();
|
||||
//mainframe->m_auxiliary->init_auxiliary();
|
||||
|
||||
// update_mode(); // !!! do that later
|
||||
SetTopWindow(mainframe);
|
||||
|
@ -3042,7 +3042,7 @@ void GUI_App::recreate_GUI(const wxString& msg_name)
|
|||
// Propagate model objects to object list.
|
||||
sidebar().obj_list()->init();
|
||||
//sidebar().aux_list()->init_auxiliary();
|
||||
mainframe->m_auxiliary->init_auxiliary();
|
||||
//mainframe->m_auxiliary->init_auxiliary();
|
||||
SetTopWindow(mainframe);
|
||||
|
||||
dlg.Update(30, _L("Rebuild") + dots);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue