diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-10-15 18:59:28 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-10-15 18:59:28 +0200 |
| commit | d589c05b1741bf699897feef73c35a58592dc876 (patch) | |
| tree | 1558a7eebd6ad40768dbc6f8bd454d5d01096666 /src/Fl_Text_Display.cxx | |
| parent | 957fa1fe3751a10478d4ce4c5971d9d9dd17966d (diff) | |
Fix documentation typos and trailing whitespace
Diffstat (limited to 'src/Fl_Text_Display.cxx')
| -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 087681ea1..ca0f7e6a2 100644 --- a/src/Fl_Text_Display.cxx +++ b/src/Fl_Text_Display.cxx @@ -503,7 +503,7 @@ void Fl_Text_Display::display_needs_recalc() { display_needs_recalc_ = true; redraw(); // ensure draw() gets called } - + /** Recalculate the display's visible lines and scrollbar sizes. Beware calling this directly may cause a lot of CPU if called repeatedly (issue 300). |
