diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2010-11-29 14:05:04 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2010-11-29 14:05:04 +0000 |
| commit | 0294bd1fa52e21af02185139c5e621868a5f037e (patch) | |
| tree | 33828d2fc1c42af4755f92903198e44f68b88110 /src | |
| parent | 8c6c5c9ec36bf0c0ba73ed0c8d7d0adcbead61dd (diff) | |
Fixed wrong indenting.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7909 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Text_Display.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
