mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Removed SearchCombobox from the Sidebar.
Tab->SearchCombobox works with all parameters now. Overridden GetWindow() for PointCtrl.
This commit is contained in:
parent
8898dd5618
commit
ebfaf7abb0
5 changed files with 24 additions and 14 deletions
|
@ -762,7 +762,7 @@ void Tab::update_mode()
|
|||
update_changed_tree_ui();
|
||||
|
||||
// update list of options for search
|
||||
m_search_cb->init(m_config, type(), m_mode);
|
||||
// m_search_cb->init(m_config, type(), m_mode);
|
||||
}
|
||||
|
||||
void Tab::update_visibility()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue