[shotwell/wip/gtk4: 68/88] Fix cursor for bottom-right
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [shotwell/wip/gtk4: 68/88] Fix cursor for bottom-right
- Date: Mon, 30 May 2022 17:34:44 +0000 (UTC)
commit 59021c67fcaee50ff58bcbd66d3e6378e218872a
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]