mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 14:44:19 -06:00
Commented opening menubar item until its properly implemented.
This commit is contained in:
parent
950c216239
commit
876e6fdddd
4 changed files with 9 additions and 8 deletions
|
@ -1480,7 +1480,7 @@ void MainFrame::init_menubar_as_editor()
|
|||
if (plater()->printer_technology() == ptSLA)
|
||||
update_menubar();
|
||||
}
|
||||
|
||||
/*
|
||||
void MainFrame::open_menubar_item(int menu_index, int item_index)
|
||||
{
|
||||
if (m_menubar == nullptr)
|
||||
|
@ -1502,6 +1502,7 @@ void MainFrame::open_menubar_item(int menu_index, int item_index)
|
|||
}
|
||||
wxPostEvent((wxEvtHandler*)menu, wxCommandEvent(wxEVT_MENU, item->GetId()));
|
||||
}
|
||||
*/
|
||||
void MainFrame::init_menubar_as_gcodeviewer()
|
||||
{
|
||||
wxMenu* fileMenu = new wxMenu;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue