merge with master

This commit is contained in:
David Kocik 2019-12-18 10:45:16 +01:00
commit df36a7dcb2
6 changed files with 63 additions and 14 deletions

View file

@ -3666,7 +3666,10 @@ void Plater::priv::on_right_click(RBtnEvent& evt)
if (evt.data.second) // right button was clicked on empty space
menu = &default_menu;
else
{
sidebar->obj_list()->show_multi_selection_menu();
return;
}
}
else
{