[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user