OSDN Git Service

Improved performance in the editor by not forcing a search through the note table...
[neighbornote/NeighborNote.git] / src / cx / fbn / nevernote / gui / BrowserWindow.java
index 91eb7d8..8a429d5 100644 (file)
@@ -1425,9 +1425,6 @@ public class BrowserWindow extends QWidget {
                String content = getContent();\r
                checkNoteTitle();\r
                noteSignal.noteChanged.emit(currentNote.getGuid(), content); \r
-               \r
-               \r
-//        noteSignal.noteChanged.emit(currentNote.getGuid(), unicode);\r
        }\r
 \r
        // The notebook selection has changed\r
@@ -2059,7 +2056,6 @@ public class BrowserWindow extends QWidget {
        //* MicroFocus changed\r
        //****************************************************************\r
        private void microFocusChanged() {\r
-               \r
                boldButton.setDown(false);\r
                italicButton.setDown(false);\r
                underlineButton.setDown(false);\r