Author: AlbrechtS
Date: 2010-11-29 06:05:04 -0800 (Mon, 29 Nov 2010)
New Revision: 7909
Log:
Fixed wrong indenting.


Modified:
   branches/branch-1.3/src/Fl_Text_Display.cxx

Modified: branches/branch-1.3/src/Fl_Text_Display.cxx
===================================================================
--- branches/branch-1.3/src/Fl_Text_Display.cxx 2010-11-29 13:39:04 UTC (rev 
7908)
+++ branches/branch-1.3/src/Fl_Text_Display.cxx 2010-11-29 14:05:04 UTC (rev 
7909)
@@ -3677,7 +3677,7 @@
        else
          dragPos = buffer()->primary_selection()->end();
        dragType = DRAG_CHAR;
-       }
+      }
       
       const char* copy = buffer()->selection_text();
       if (*copy) Fl::copy(copy, strlen(copy), 0);

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to