diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-02-06 10:34:47 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-02-06 10:34:47 +0100 |
| commit | a56c48079e8d691611c62c92f2cf49b3fb6345d2 (patch) | |
| tree | 94b6c7f4a8dd61dda386c8ee076c3a088df99f17 /src/Fl_Text_Display.cxx | |
| parent | 7f4a14e376da04b57a77167db11605abe2520e15 (diff) | |
Fix "\todo Complete documentation of class Fl_String"
Also
- fix "\todo Unicode?" in Fl_Text_Display::display_insert() after verification
- fix "\todo [Internal] The user_data value must be implemented using \p fl_intptr_t"
because that's now in place.
Diffstat (limited to 'src/Fl_Text_Display.cxx')
| -rw-r--r-- | src/Fl_Text_Display.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Fl_Text_Display.cxx b/src/Fl_Text_Display.cxx index a7706acca..759cf6101 100644 --- a/src/Fl_Text_Display.cxx +++ b/src/Fl_Text_Display.cxx @@ -1233,8 +1233,6 @@ int Fl_Text_Display::wrapped_row(int row) const { (scroll_() counts them too) and/or to count from the most efficient starting point, but the efficiency of this routine is not as important to the overall performance of the text display. - - \todo Unicode? */ void Fl_Text_Display::display_insert() { int hOffset, topLine, X, Y; |
