diff options
Diffstat (limited to 'src/Fl_Input_.cxx')
| -rw-r--r-- | src/Fl_Input_.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Input_.cxx b/src/Fl_Input_.cxx index 62495e15a..b65223df1 100644 --- a/src/Fl_Input_.cxx +++ b/src/Fl_Input_.cxx @@ -247,7 +247,7 @@ void Fl_Input_::drawtext(int X, int Y, int W, int H) { yscroll_ = -(H-height)/2; } - fl_clip(X, Y, W, H); + fl_push_clip(X, Y, W, H); Fl_Color tc = active_r() ? textcolor() : fl_inactive(textcolor()); p = value(); |
