[shotwell] Viewer: Fix rotation direction for [
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [shotwell] Viewer: Fix rotation direction for [
- Date: Wed, 16 Dec 2020 13:35:48 +0000 (UTC)
commit ccc2d5d77befee97387f49499fce3829bb96612e
Author: Jens Georg <mail jensge org>
Date: Wed Dec 16 14:32:48 2020 +0100
Viewer: Fix rotation direction for [
Fixes #301
src/direct/DirectPhotoPage.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/direct/DirectPhotoPage.vala b/src/direct/DirectPhotoPage.vala
index ca4ea983..cc7186c4 100644
--- a/src/direct/DirectPhotoPage.vala
+++ b/src/direct/DirectPhotoPage.vala
@@ -447,7 +447,7 @@ public class DirectPhotoPage : EditingHostPage {
break;
case "bracketleft":
- activate_action("RotateClockwise");
+ activate_action("RotateCounterclockwise");
break;
default:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]