[Dragger] add dragger (Std_TransformManip) to right click context menu when right clicking on an object in the 3D view

This commit is contained in:
mwganson
2021-10-05 23:02:15 -05:00
parent bcaa8d1c00
commit ac5f47e6b9

View File

@@ -562,7 +562,7 @@ void StdWorkbench::setupContextMenu(const char* recipient, MenuItem* item) const
*item << "Separator" << "Std_SetAppearance" << "Std_ToggleVisibility"
<< "Std_ToggleSelectability" << "Std_TreeSelection"
<< "Std_RandomColor" << "Separator" << "Std_Delete"
<< "Std_SendToPythonConsole";
<< "Std_SendToPythonConsole" << "Std_TransformManip";
}
}
else if (strcmp(recipient,"Tree") == 0)