diff options
| author | Greg Ercolano <erco@seriss.com> | 2017-10-27 17:03:55 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2017-10-27 17:03:55 +0000 |
| commit | 2a3e86921094748dc1188e1bfe073c6fbdfec996 (patch) | |
| tree | 1409a0aeff623eef3ea8d1fcae1ae54d69cd94fa /src/Fl_Text_Display.cxx | |
| parent | a27da5e58236882f1f95ed8a75938819a8aa88fe (diff) | |
STR #3395: Revisions as per chris's comment #4.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12530 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Text_Display.cxx')
| -rw-r--r-- | src/Fl_Text_Display.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Fl_Text_Display.cxx b/src/Fl_Text_Display.cxx index dfed62395..a227d8850 100644 --- a/src/Fl_Text_Display.cxx +++ b/src/Fl_Text_Display.cxx @@ -3663,6 +3663,7 @@ void Fl_Text_Display::draw(void) { // draw the non-text, non-scrollbar areas. if (damage() & FL_DAMAGE_ALL) { + recalc_display(); // printf("drawing all (box = %d)\n", box()); if (Fl_Surface_Device::surface() != Fl_Display_Device::display_device()) { // if to printer, draw the background |
