[shotwell/wip/gtk4] Fix cursor for bottom-right



commit 0238b84ec425b990020b3040bcc7b83ba8627166
Author: Jens Georg <mail jensge org>
Date:   Mon Apr 18 12:31:18 2022 +0200

    Fix cursor for bottom-right

 src/editing_tools/CropTool.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/editing_tools/CropTool.vala b/src/editing_tools/CropTool.vala
index 80cd8440..bf2c7900 100644
--- a/src/editing_tools/CropTool.vala
+++ b/src/editing_tools/CropTool.vala
@@ -843,7 +843,7 @@ public class EditingTools.CropTool : EditingTool {
             break;
 
             case BoxLocation.BOTTOM_RIGHT:
-                cursor_type = "ne-resize";
+                cursor_type = "se-resize";
             break;
 
             case BoxLocation.INSIDE:


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