Search: Fixed "Search" menu item under OSX

+ deleted search combobox
This commit is contained in:
YuSanka 2020-04-22 20:27:42 +02:00
parent 07411e795c
commit b447b45a3e
3 changed files with 5 additions and 10 deletions

View file

@ -1094,7 +1094,7 @@ void Sidebar::msw_rescale()
void Sidebar::search_and_apply_tab_search_lines(bool force/* = false*/)
{
if (p->searcher.search(p->search_line, force))
apply_search_line_on_tabs();
;//apply_search_line_on_tabs();
}
void Sidebar::jump_to_option(size_t selected)