diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2008-12-06 14:59:52 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2008-12-06 14:59:52 +0000 |
| commit | fbea5019fb1a778c89ab60ae98272fcdca528f50 (patch) | |
| tree | 17668fa0f0fafad59c3f9ea79cdb27fcec86d268 /src/Fl_Choice.cxx | |
| parent | e907ce4a11e1258760eea39f4c81cce1d197d9fc (diff) | |
Replaced all occurrences of the deprecated fl_clip() function by
fl_push_clip().
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6551 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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; |
