From 6f2a611b6661e823c29845f04dc4d54eb5f47338 Mon Sep 17 00:00:00 2001 From: easyw Date: Thu, 23 May 2019 15:48:18 +0200 Subject: [PATCH] Adding Part_BoxSelection.svg icon to Part Menu --- src/Mod/Part/Gui/Command.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Part/Gui/Command.cpp b/src/Mod/Part/Gui/Command.cpp index 76b5f50388..08fbf9b925 100644 --- a/src/Mod/Part/Gui/Command.cpp +++ b/src/Mod/Part/Gui/Command.cpp @@ -2358,6 +2358,7 @@ CmdBoxSelection::CmdBoxSelection() sToolTipText = QT_TR_NOOP("Box selection"); sWhatsThis = "Part_BoxSelection"; sStatusTip = QT_TR_NOOP("Box selection"); + sPixmap = "Part_BoxSelection"; } void CmdBoxSelection::activated(int iMsg)