[shotwell/wip/gtk4: 74/94] Fix cursor for bottom-right
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [shotwell/wip/gtk4: 74/94] Fix cursor for bottom-right
- Date: Thu, 28 Jul 2022 21:57:36 +0000 (UTC)
commit 914ec4931109c3e0266599e95e1e56cf2210cd3d
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]