diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-05-12 11:12:56 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-05-12 11:12:56 +0000 |
| commit | a35c5a6a2e74b9c9aa87f71b699a4b86cda0b857 (patch) | |
| tree | e7f21096ddc5fbc163b21f72b99cc75069fed401 /src/Fl_Roller.cxx | |
| parent | a34e8e40f681c511ea07e2fa38b5675e3f63f9ad (diff) | |
Fix tooltips on some of the valuators...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2209 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Roller.cxx')
| -rw-r--r-- | src/Fl_Roller.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/Fl_Roller.cxx b/src/Fl_Roller.cxx index f949f8a1e..63f516bfe 100644 --- a/src/Fl_Roller.cxx +++ b/src/Fl_Roller.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Roller.cxx,v 1.6.2.4.2.4 2002/01/01 15:11:31 easysw Exp $" +// "$Id: Fl_Roller.cxx,v 1.6.2.4.2.5 2002/05/12 11:12:56 easysw Exp $" // // Roller widget for the Fast Light Tool Kit (FLTK). // @@ -73,6 +73,9 @@ int Fl_Roller::handle(int event) { redraw(); return 1; } else return 0; + case FL_ENTER : + case FL_LEAVE : + return 1; default: return 0; } @@ -168,5 +171,5 @@ Fl_Roller::Fl_Roller(int X,int Y,int W,int H,const char* L) } // -// End of "$Id: Fl_Roller.cxx,v 1.6.2.4.2.4 2002/01/01 15:11:31 easysw Exp $". +// End of "$Id: Fl_Roller.cxx,v 1.6.2.4.2.5 2002/05/12 11:12:56 easysw Exp $". // |
