[shotwell/shotwell-0.30] Viewer: Fix rotation direction for [



commit 5eea5ae28b342c12dd835d6c986f20d40e596fb6
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 8eb2e3ff..ad0d4d03 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]