Fixed first binding for "Split to parts" menu item in ObjectList
This commit is contained in:
parent
9ff4cb01e2
commit
b6852d8bf2
3 changed files with 22 additions and 15 deletions
src/slic3r/GUI
|
@ -22,6 +22,7 @@
|
|||
#include "AppConfig.hpp"
|
||||
#include "PrintHostDialogs.hpp"
|
||||
#include "wxExtensions.hpp"
|
||||
#include "GUI_ObjectList.hpp"
|
||||
#include "I18N.hpp"
|
||||
|
||||
#include <fstream>
|
||||
|
@ -132,6 +133,8 @@ void MainFrame::init_tabpanel()
|
|||
wxGetApp().plater_ = m_plater;
|
||||
m_tabpanel->AddPage(m_plater, _(L("Plater")));
|
||||
|
||||
wxGetApp().obj_list()->create_popup_menus();
|
||||
|
||||
// The following event is emited by Tab implementation on config value change.
|
||||
Bind(EVT_TAB_VALUE_CHANGED, &MainFrame::on_value_changed, this);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue