add missing commands to tree context menu to be consistent with other WBs
This commit is contained in:
@@ -237,13 +237,20 @@ void Workbench::setupContextMenu(const char* recipient, Gui::MenuItem* item) con
|
||||
|
||||
if (Gui::Selection().countObjectsOfType(App::DocumentObject::getClassTypeId()) > 0) {
|
||||
*item << "Std_Placement"
|
||||
<< "Std_ToggleVisibility"
|
||||
<< "Std_ShowSelection"
|
||||
<< "Std_HideSelection"
|
||||
<< "Std_ToggleSelectability"
|
||||
<< "Std_TreeSelectAllInstances"
|
||||
<< "Separator"
|
||||
<< "Std_SetAppearance"
|
||||
<< "Std_RandomColor"
|
||||
<< "Std_ToggleTransparency"
|
||||
<< "Std_Cut"
|
||||
<< "Std_Copy"
|
||||
<< "Std_Paste"
|
||||
<< "Separator"
|
||||
<< "Std_Delete";
|
||||
<< "Std_Delete"
|
||||
<< "Separator";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user