Merge branch 'dev' of https://github.com/prusa3d/PrusaSlicer into et_color_class

This commit is contained in:
enricoturri1966 2022-01-03 09:33:05 +01:00
commit 34a640a4a9
62 changed files with 105759 additions and 126795 deletions

View file

@ -4022,8 +4022,11 @@ bool GLCanvas3D::_render_search_list(float pos_x)
action_taken = true;
else
sidebar.jump_to_option(selected);*/
if (selected != 9999)
if (selected != 9999) {
imgui->end(); // end imgui before the jump to option
sidebar.jump_to_option(selected);
return true;
}
action_taken = true;
}