[gimp-help/gimp-help-2-10] Fix #260: "Crop dialog" in the help does not exist



commit 1e963ecb5ff3c21ab5a5a78f34f66bba8dc8a6dc
Author: Jacob Boerema <jgboerema gmail com>
Date:   Sun Mar 20 18:05:50 2022 -0400

    Fix #260: "Crop dialog" in the help does not exist
    
    Removed the text about the dialog, corrected key combination to Shift+S,
    and added text about the effect of Delete cropped pixels.
    
    (cherry picked from commit 54753bbd0c84eda893e1480669971a26a162f981)

 src/using/photography.xml | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/src/using/photography.xml b/src/using/photography.xml
index 9fdda9fdc..68835ef42 100644
--- a/src/using/photography.xml
+++ b/src/using/photography.xml
@@ -121,12 +121,13 @@
       <para>
         To crop an image, activate the
         <link linkend="gimp-tool-crop">Crop</link>
-        tool in the Toolbox, or by pressing the <quote>C</quote>
-        key (capitalized) while inside the image. With the tool active,
-        clicking and dragging in the image will sweep out a crop rectangle. It
-        will also pop up a dialog that allows you to adjust the dimensions of
-        the crop region if they aren't quite right. When everything is
-        perfect, hit the <guibutton>Crop</guibutton> button in the dialog.
+        tool in the Toolbox, or by pressing <keycombo><keycap>Shift</keycap>
+        <keycap>C</keycap></keycombo> while inside the image. With the tool active,
+        clicking and dragging in the image will sweep out a crop rectangle.
+        When everything is perfect, hit <keycap>Enter</keycap>. Note: if
+        <guibutton>Delete cropped pixels</guibutton> in Crop Tool Options is
+        disabled, the cropped part will not be removed from the image, only
+        the visible image area will be adjusted.
       </para>
     </sect3>
   </sect2>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]