[gnote] Fix selection of bulletted list using end key



commit d6b90315d8257822ad54d7f69e13daf964c71719
Author: Aurimas Ä?ernius <aurisc4 gmail com>
Date:   Mon Nov 1 19:27:53 2010 +0200

    Fix selection of bulletted list using end key
    
    Doing multiline selection in bulletted list causes incorrect selection,
    when end key is pressed at the beginning of line.
    Adding end key handler solves the problem.
    Fixes 633217.

 src/noteeditor.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/noteeditor.cpp b/src/noteeditor.cpp
index c414587..7a17304 100644
--- a/src/noteeditor.cpp
+++ b/src/noteeditor.cpp
@@ -266,6 +266,7 @@ namespace gnote {
       case GDK_Right:
       case GDK_Up:
       case GDK_Down:
+      case GDK_End:
         ret_value = false;
         break;
       default:



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