diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-11-08 15:22:15 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-11-08 15:22:15 +0000 |
| commit | ee58dd2f628ef045db0706b812a3bc9febcac6d9 (patch) | |
| tree | 36c05df6185552c371b5532ecc763f8d13de6670 /src/Fl_Text_Buffer.cxx | |
| parent | f841b450870a3a3308973c77c4be83a0e721bd31 (diff) | |
Add draw_children() method to Fl_Group.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2828 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Text_Buffer.cxx')
| -rw-r--r-- | src/Fl_Text_Buffer.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Fl_Text_Buffer.cxx b/src/Fl_Text_Buffer.cxx index eb8c3b235..30fb4a429 100644 --- a/src/Fl_Text_Buffer.cxx +++ b/src/Fl_Text_Buffer.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Text_Buffer.cxx,v 1.9.2.13 2002/11/05 19:53:50 matthiaswm Exp $" +// "$Id: Fl_Text_Buffer.cxx,v 1.9.2.14 2002/11/08 15:22:15 easysw Exp $" // // Copyright 2001-2002 by Bill Spitzak and others. // Original code Copyright Mark Edel. Permission to distribute under @@ -351,7 +351,6 @@ int Fl_Text_Buffer::undo(int *cursorPos) { undobuffersize(ilen+1); undobuffer[ilen] = 0; char *tmp = strdup(undobuffer); - int at = undoat; replace(b, undoat, tmp); if (cursorPos) *cursorPos = mCursorPosHint; free(tmp); @@ -2494,5 +2493,5 @@ Fl_Text_Buffer::outputfile(const char *file, int start, int end, int buflen) { // -// End of "$Id: Fl_Text_Buffer.cxx,v 1.9.2.13 2002/11/05 19:53:50 matthiaswm Exp $". +// End of "$Id: Fl_Text_Buffer.cxx,v 1.9.2.14 2002/11/08 15:22:15 easysw Exp $". // |
