mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 08:17:51 -06:00
Search: Fixed "Search" menu item under OSX
+ deleted search combobox
This commit is contained in:
parent
07411e795c
commit
b447b45a3e
3 changed files with 5 additions and 10 deletions
|
@ -734,7 +734,7 @@ void MainFrame::init_menubar()
|
|||
"", nullptr, [this]() {return !m_plater->model().objects.empty(); }, this);
|
||||
|
||||
editMenu->AppendSeparator();
|
||||
append_menu_item(editMenu, wxID_ANY, _(L("Searc&h")) + "\t" + GUI::shortkey_ctrl_prefix() + "F",
|
||||
append_menu_item(editMenu, wxID_ANY, _(L("Searc&h")) + "\tCtrl+F",
|
||||
_(L("Find option")), [this](wxCommandEvent&) { m_plater->search(m_tabpanel->GetCurrentPage() == m_plater); },
|
||||
"search", nullptr, [this]() {return true; }, this);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue