Show context menu for a multi-object selection on 3DScene,

add "Reload from disk" item for this menu
This commit is contained in:
YuSanka 2019-12-18 09:06:21 +01:00
parent 2222b0cdc9
commit 7650732c61
3 changed files with 13 additions and 5 deletions

View file

@ -3615,7 +3615,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
{