From e70c516774c22ab2a04a6138b5b0ab06c193ccd6 Mon Sep 17 00:00:00 2001 From: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com> Date: Tue, 25 Nov 2025 11:35:28 +0100 Subject: [PATCH] Gui: Add icon to Clarify Selection tool (#24844) --- src/Gui/CommandView.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Gui/CommandView.cpp b/src/Gui/CommandView.cpp index 03ba52ed44..7e5f875d07 100644 --- a/src/Gui/CommandView.cpp +++ b/src/Gui/CommandView.cpp @@ -4238,6 +4238,7 @@ StdCmdClarifySelection::StdCmdClarifySelection() sWhatsThis = "Std_ClarifySelection"; sStatusTip = sToolTipText; sAccel = "G, G"; + sPixmap = "tree-pre-sel"; eType = NoTransaction | AlterSelection; }