mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Removed unnecessary conditions that interfere with the search.
This commit is contained in:
@@ -1985,7 +1985,7 @@ void MainFrame::select_tab(size_t tab/* = size_t(-1)*/)
|
||||
m_main_sizer->Show(m_tabpanel, tab != 0);
|
||||
|
||||
// plater should be focused for correct navigation inside search window
|
||||
if (tab == 0 && m_plater->canvas3D()->is_search_pressed())
|
||||
if (tab == 0)
|
||||
m_plater->SetFocus();
|
||||
Layout();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user