diff options
| -rw-r--r-- | src/Fl_Text_Display.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Fl_Text_Display.cxx b/src/Fl_Text_Display.cxx index 3e1f22fef..a8fb8d817 100644 --- a/src/Fl_Text_Display.cxx +++ b/src/Fl_Text_Display.cxx @@ -3359,6 +3359,8 @@ void Fl_Text_Display::draw(void) { // draw the non-text, non-scrollbar areas. if (damage() & FL_DAMAGE_ALL) { // printf("drawing all (box = %d)\n", box()); + // draw the background + fl_rectf(text_area.x, text_area.y, text_area.w, text_area.h, color() ); // draw the box() int W = w(), H = h(); draw_box(box(), x(), y(), W, H, color()); |
