From 317868d83ef88df9aefca83cdfe4cabac4b9a80f Mon Sep 17 00:00:00 2001 From: Igor Zinken Date: Sat, 1 Apr 2023 11:59:46 +0200 Subject: [PATCH] Allow using alternate ratios when holding down shift during rectangular selection creation --- .../tool-options-selection/messages.json | 3 +-- .../tool-options-selection/tool-options-selection.vue | 7 +++---- .../tool-options-panel/tool-options-wand/messages.json | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/components/tool-options-panel/tool-options-selection/messages.json b/src/components/tool-options-panel/tool-options-selection/messages.json index 125fb38..b1165bb 100644 --- a/src/components/tool-options-panel/tool-options-selection/messages.json +++ b/src/components/tool-options-panel/tool-options-selection/messages.json @@ -1,9 +1,8 @@ { "en-US": { "selection": "Selection", - "lockedRatio": "Locked ratio", + "lockRatio": "Lock ratio", "shiftKey": "Hold Shift while drawing selection", - "mergeDescr": "Hold shift prior to drawing a new selection to add to the existing selection.", "widthToHeight": "Width : height", "existingSelection": "Existing selection", "coordinates": "Coordinates", diff --git a/src/components/tool-options-panel/tool-options-selection/tool-options-selection.vue b/src/components/tool-options-panel/tool-options-selection/tool-options-selection.vue index 80912b5..d5b0779 100644 --- a/src/components/tool-options-panel/tool-options-selection/tool-options-selection.vue +++ b/src/components/tool-options-panel/tool-options-selection/tool-options-selection.vue @@ -27,10 +27,9 @@ @focusout="handleBlur" >

-

diff --git a/src/components/tool-options-panel/tool-options-wand/messages.json b/src/components/tool-options-panel/tool-options-wand/messages.json index 19ca2df..298ce91 100644 --- a/src/components/tool-options-panel/tool-options-wand/messages.json +++ b/src/components/tool-options-panel/tool-options-wand/messages.json @@ -3,6 +3,6 @@ "magicWand": "Magic wand", "sampleMerged": "Sample merged layers", "threshold": "Threshold", - "wandDescr": "Select a region by color similarity. Hold shift while selecting a region to add to the existing selection." + "wandDescr": "Select a region by color similarity." } }