mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Implemented cursor movement inside SearchComboPopup
+ Added checkboxes for editing of the option's name (include "Group"/"Category" or not) + some code refactoring
This commit is contained in:
@@ -1091,9 +1091,9 @@ void Sidebar::msw_rescale()
|
||||
p->scrolled->Layout();
|
||||
}
|
||||
|
||||
void Sidebar::search_and_apply_tab_search_lines()
|
||||
void Sidebar::search_and_apply_tab_search_lines(bool force/* = false*/)
|
||||
{
|
||||
if (p->searcher.search(p->search_line))
|
||||
if (p->searcher.search(p->search_line, force))
|
||||
apply_search_line_on_tabs();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user