OSDN Git Service

Changed selection behavior to match Evernote client in tag & notebook trees.
[neighbornote/NeighborNote.git] / src / cx / fbn / nevernote / gui / NotebookTreeWidget.java
index fcd9222..896b1a8 100644 (file)
@@ -82,7 +82,7 @@ public class NotebookTreeWidget extends QTreeWidget {
                if (Global.mimicEvernoteInterface) {\r
                        setSelectionMode(QAbstractItemView.SelectionMode.SingleSelection);\r
                } else\r
-                       setSelectionMode(QAbstractItemView.SelectionMode.MultiSelection);\r
+                       setSelectionMode(QAbstractItemView.SelectionMode.ExtendedSelection);\r
 \r
 //     int width = Global.getColumnWidth("notebookTreeName");\r
 //             if (width>0)\r