diff options
Diffstat (limited to 'src/Fl_Choice.cxx')
| -rw-r--r-- | src/Fl_Choice.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Choice.cxx b/src/Fl_Choice.cxx index 243fe83e9..c750a0587 100644 --- a/src/Fl_Choice.cxx +++ b/src/Fl_Choice.cxx @@ -83,7 +83,7 @@ void Fl_Choice::draw() { // ERCO int xx = x() + dx, yy = y() + dy + 1, ww = w() - W, hh = H - 2; - fl_clip(xx, yy, ww, hh); + fl_push_clip(xx, yy, ww, hh); if ( Fl::scheme()) { Fl_Label l; |
