diff --git a/src/Gui/Icons/resource.qrc b/src/Gui/Icons/resource.qrc index af3c2e690d..4323b4667c 100644 --- a/src/Gui/Icons/resource.qrc +++ b/src/Gui/Icons/resource.qrc @@ -98,7 +98,6 @@ edge-selection.svg face-selection.svg clear-selection.svg - selection-filter.svg help-browser.svg preferences-system.svg process-stop.svg diff --git a/src/Gui/Icons/selection-filter.svg b/src/Gui/Icons/selection-filter.svg deleted file mode 100644 index eb24b50bca..0000000000 --- a/src/Gui/Icons/selection-filter.svg +++ /dev/null @@ -1,587 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/src/Mod/Part/Gui/CommandFilter.cpp b/src/Mod/Part/Gui/CommandFilter.cpp index 0d29803f11..b1e0fae6d3 100644 --- a/src/Mod/Part/Gui/CommandFilter.cpp +++ b/src/Mod/Part/Gui/CommandFilter.cpp @@ -47,7 +47,7 @@ PartCmdSelectFilter::PartCmdSelectFilter() sToolTipText = QT_TR_NOOP("Change the selection filter"); sStatusTip = QT_TR_NOOP("Change the selection filter"); sWhatsThis = "Part_SelectFilter"; - sPixmap = "selection-filter"; + sPixmap = "clear-selection"; eType = Alter3DView; } @@ -101,7 +101,7 @@ Gui::Action * PartCmdSelectFilter::createAction() _pcAction = pcAction; languageChange(); - pcAction->setIcon(Gui::BitmapFactory().iconFromTheme("selection-filter")); + pcAction->setIcon(Gui::BitmapFactory().iconFromTheme("clear-selection")); int defaultId = 3; pcAction->setProperty("defaultAction", QVariant(defaultId));