From 0294bd1fa52e21af02185139c5e621868a5f037e Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Mon, 29 Nov 2010 14:05:04 +0000 Subject: Fixed wrong indenting. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7909 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Text_Display.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Fl_Text_Display.cxx b/src/Fl_Text_Display.cxx index e19367f9a..f1f47de14 100644 --- a/src/Fl_Text_Display.cxx +++ b/src/Fl_Text_Display.cxx @@ -3677,7 +3677,7 @@ int Fl_Text_Display::handle(int event) { else dragPos = buffer()->primary_selection()->end(); dragType = DRAG_CHAR; - } + } const char* copy = buffer()->selection_text(); if (*copy) Fl::copy(copy, strlen(copy), 0); -- cgit v1.2.3