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:
PaddleStroke
2022-10-07 18:43:41 +02:00
committed by GitHub
parent de4b18c999
commit 7720925e28

View File

@@ -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