GUI: Remove copy cut print paste from File toolbar (#7571)
As discussed in the forums poll at https://forum.freecadweb.org/viewtopic.php?f=8&t=71924 Co-authored-by: Paddle <PaddleStroke@users.noreply.github.com>
This commit is contained in:
@@ -763,8 +763,8 @@ ToolBarItem* StdWorkbench::setupToolBars() const
|
||||
// File
|
||||
auto file = new ToolBarItem( root );
|
||||
file->setCommand("File");
|
||||
*file << "Std_New" << "Std_Open" << "Std_Save" << "Std_Print" << "Separator" << "Std_Cut"
|
||||
<< "Std_Copy" << "Std_Paste" << "Separator" << "Std_Undo" << "Std_Redo" << "Separator"
|
||||
*file << "Std_New" << "Std_Open" << "Std_Save" << "Std_Print" << "Separator"
|
||||
<< "Std_Undo" << "Std_Redo" << "Separator"
|
||||
<< "Std_Refresh" << "Separator" << "Std_WhatsThis";
|
||||
|
||||
// Workbench switcher
|
||||
|
||||
Reference in New Issue
Block a user