From 889026f8a9c20cd21c31b4a02128afd5f057b14b Mon Sep 17 00:00:00 2001 From: Joe Boccanfuso <109477394+jbocce@users.noreply.github.com> Date: Mon, 9 Mar 2026 15:43:56 -0400 Subject: [PATCH] fix(Threshold tool): Threshold tool no longer becomes deselected when the Dynamic option is selected (#5884) fix(Threshold tool): Added 'ThresholdCircularBrushDynamic' to the toolNames array so the evaluator correctly recognizes it as an active state for the Threshold button when Dynamic mode is selected. --- modes/tmtv/src/toolbarButtons.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modes/tmtv/src/toolbarButtons.ts b/modes/tmtv/src/toolbarButtons.ts index c5d8633e1..c47357c56 100644 --- a/modes/tmtv/src/toolbarButtons.ts +++ b/modes/tmtv/src/toolbarButtons.ts @@ -301,7 +301,7 @@ const toolbarButtons = [ evaluate: [ { name: 'evaluate.cornerstone.segmentation', - toolNames: ['ThresholdCircularBrush', 'ThresholdSphereBrush'], + toolNames: ['ThresholdCircularBrush', 'ThresholdSphereBrush', 'ThresholdCircularBrushDynamic'], }, { name: 'evaluate.cornerstone.segmentation.synchronizeDrawingRadius',