mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Code cleaning
This commit is contained in:
parent
752083cbe6
commit
cd13356b6d
6 changed files with 64 additions and 99 deletions
|
@ -1093,8 +1093,8 @@ void Sidebar::msw_rescale()
|
|||
|
||||
void Sidebar::apply_search_filter()
|
||||
{
|
||||
p->search_list.apply_filters(p->search_line);
|
||||
apply_search_line_on_tabs();
|
||||
if (p->search_list.apply_filters(p->search_line))
|
||||
apply_search_line_on_tabs();
|
||||
}
|
||||
|
||||
void Sidebar::jump_to_option(size_t selected)
|
||||
|
@ -1387,7 +1387,7 @@ void Sidebar::apply_search_line_on_tabs()
|
|||
void Sidebar::update_search_list()
|
||||
{
|
||||
p->search_list.init(get_search_inputs(m_mode));
|
||||
apply_search_line_on_tabs();
|
||||
// apply_search_line_on_tabs();
|
||||
}
|
||||
|
||||
void Sidebar::update_mode()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue